Html Css Color HEX #DE6CCC Orchid

📋 copy color: '#DE6CCC'

red 222 ◦ green 108 ◦ blue 204

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

Shades of Orchid #DE6CCC

Tints of Orchid #DE6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.22%

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 41.57%
G = 20.22%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE6CCC (or 0xDE6CCC) is known color: Orchid. HEX triplet: DE, 6C and CC. RGB value is (222,108,204). Sum of RGB (Red+Green+Blue) = 222+108+204=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6CCC is #219333. Grayscale: #989898. Windows color (decimal): -2200372 or 13397214. OLE color: 13397214.

HSL color Cylindrical-coordinate representation of color #DE6CCC: hue angle of 309.47º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE6CCC is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 108 204 -
CMYK 0 0.51 0.08 0.13
HSL 309.47º 0.63% 0.65% -
HSV(B) 309.47º 0.51% 0.87% -
XYZ 46.39 30.61 60.59 -
YUV 153.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 222 108 204 0 0.51 0.08 0.13 309.47 0.63 0.65
Hex DE 6C CC 0 33 8 D 135 3F 41
Octal 336 154 314 0 63 10 15 465 77 101
Binary 11011110 1101100 11001100 0 110011 1000 1101 100110101 111111 1000001

Color Harmonies of #DE6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6CCC

Black with #DE6CCC

Text Example


Text Example

White with #DE6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6CCC; }

 p { color: rgb(222,108,204); }

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

background-color css

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

 a { background-color: rgb(222,108,204); }

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

border-color css

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

 span { border-color: rgb(222,108,204); }

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