Html Css Color HEX #DE7BC9 Orchid

📋 copy color: '#DE7BC9'

red 222 ◦ green 123 ◦ blue 201

#DE7BC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DE7BC9

Tints of Orchid #DE7BC9

RGB

 RED value IS 222 (87.11% from 255) = 40.66%

 GREEN value IS 123 (48.44% from 255) = 22.53%

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 40.66%
G = 22.53%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DE7BC9 (or 0xDE7BC9) is known color: Orchid. HEX triplet: DE, 7B and C9. RGB value is (222,123,201). Sum of RGB (Red+Green+Blue) = 222+123+201=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BC9 is #218436. Grayscale: #A1A1A1. Windows color (decimal): -2196535 or 13204446. OLE color: 13204446.

HSL color Cylindrical-coordinate representation of color #DE7BC9: hue angle of 312.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7BC9 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 123 201 -
CMYK 0 0.45 0.09 0.13
HSL 312.73º 0.6% 0.68% -
HSV(B) 312.73º 0.45% 0.87% -
XYZ 47.75 33.91 59.29 -
YUV 161.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 222 123 201 0 0.45 0.09 0.13 312.73 0.6 0.68
Hex DE 7B C9 0 2D 9 D 139 3C 44
Octal 336 173 311 0 55 11 15 471 74 104
Binary 11011110 1111011 11001001 0 101101 1001 1101 100111001 111100 1000100

Color Harmonies of #DE7BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7BC9

Black with #DE7BC9

Text Example


Text Example

White with #DE7BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7BC9; }

 p { color: rgb(222,123,201); }

 H1.HeaderClassName
 {
   color: #DE7BC9;
 }
 .AnyTagClassName
 {
   color: #DE7BC9;
 }
</style>

background-color css

<style>
 a { background-color: #DE7BC9; }

 a { background-color: rgb(222,123,201); }

 div.DivClassName
 {
   background-color: #DE7BC9;
 }
 .BgClassName
 {
   background-color: #DE7BC9;
 }
</style>

border-color css

<style>
 span { border-color: #DE7BC9; }

 span { border-color: rgb(222,123,201); }

 td.TdClassName
 {
   border-color: #DE7BC9;
 }
 .TagClassName
 {
   border-color: #DE7BC9;
 }
</style>