Html Css Color HEX #DE66C5 Orchid

📋 copy color: '#DE66C5'

red 222 ◦ green 102 ◦ blue 197

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

Shades of Orchid #DE66C5

Tints of Orchid #DE66C5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.58%

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 42.61%
G = 19.58%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE66C5 (or 0xDE66C5) is known color: Orchid. HEX triplet: DE, 66 and C5. RGB value is (222,102,197). Sum of RGB (Red+Green+Blue) = 222+102+197=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE66C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE66C5 is #21993A. Grayscale: #949494. Windows color (decimal): -2201915 or 12936926. OLE color: 12936926.

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

Color convert

RGB 222 102 197 -
CMYK 0 0.54 0.11 0.13
HSL 312.5º 0.65% 0.64% -
HSV(B) 312.5º 0.54% 0.87% -
XYZ 44.95 29.06 56.06 -
YUV 148.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 222 102 197 0 0.54 0.11 0.13 312.5 0.65 0.64
Hex DE 66 C5 0 36 B D 138 41 40
Octal 336 146 305 0 66 13 15 470 101 100
Binary 11011110 1100110 11000101 0 110110 1011 1101 100111000 1000001 1000000

Color Harmonies of #DE66C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE66C5

Black with #DE66C5

Text Example


Text Example

White with #DE66C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE66C5; }

 p { color: rgb(222,102,197); }

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

background-color css

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

 a { background-color: rgb(222,102,197); }

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

border-color css

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

 span { border-color: rgb(222,102,197); }

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