Html Css Color HEX #DE69C9 Orchid

📋 copy color: '#DE69C9'

red 222 ◦ green 105 ◦ blue 201

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

Shades of Orchid #DE69C9

Tints of Orchid #DE69C9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.89%

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

R = 42.05%
G = 19.89%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE69C9 (or 0xDE69C9) is known color: Orchid. HEX triplet: DE, 69 and C9. RGB value is (222,105,201). Sum of RGB (Red+Green+Blue) = 222+105+201=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69C9 is #219636. Grayscale: #969696. Windows color (decimal): -2201143 or 13199838. OLE color: 13199838.

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

Color convert

RGB 222 105 201 -
CMYK 0 0.53 0.09 0.13
HSL 310.77º 0.64% 0.64% -
HSV(B) 310.77º 0.53% 0.87% -
XYZ 45.72 29.85 58.61 -
YUV 150.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 222 105 201 0 0.53 0.09 0.13 310.77 0.64 0.64
Hex DE 69 C9 0 35 9 D 137 40 40
Octal 336 151 311 0 65 11 15 467 100 100
Binary 11011110 1101001 11001001 0 110101 1001 1101 100110111 1000000 1000000

Color Harmonies of #DE69C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69C9

Black with #DE69C9

Text Example


Text Example

White with #DE69C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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