Html Css Color HEX #DE69CE Orchid

📋 copy color: '#DE69CE'

red 222 ◦ green 105 ◦ blue 206

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

Shades of Orchid #DE69CE

Tints of Orchid #DE69CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 41.65%
G = 19.7%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE69CE (or 0xDE69CE) is known color: Orchid. HEX triplet: DE, 69 and CE. RGB value is (222,105,206). Sum of RGB (Red+Green+Blue) = 222+105+206=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69CE is #219631. Grayscale: #979797. Windows color (decimal): -2201138 or 13527518. OLE color: 13527518.

HSL color Cylindrical-coordinate representation of color #DE69CE: hue angle of 308.21º 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 #DE69CE is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 105 206 -
CMYK 0 0.53 0.07 0.13
HSL 308.21º 0.64% 0.64% -
HSV(B) 308.21º 0.53% 0.87% -
XYZ 46.32 30.09 61.76 -
YUV 151.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 222 105 206 0 0.53 0.07 0.13 308.21 0.64 0.64
Hex DE 69 CE 0 35 7 D 134 40 40
Octal 336 151 316 0 65 7 15 464 100 100
Binary 11011110 1101001 11001110 0 110101 111 1101 100110100 1000000 1000000

Color Harmonies of #DE69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69CE

Black with #DE69CE

Text Example


Text Example

White with #DE69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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