Html Css Color HEX #DE69CB Orchid

📋 copy color: '#DE69CB'

red 222 ◦ green 105 ◦ blue 203

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

Shades of Orchid #DE69CB

Tints of Orchid #DE69CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 41.89%
G = 19.81%
B = 38.3%

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

#DE69CB (or 0xDE69CB) is known color: Orchid. HEX triplet: DE, 69 and CB. RGB value is (222,105,203). Sum of RGB (Red+Green+Blue) = 222+105+203=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69CB is #219634. Grayscale: #969696. Windows color (decimal): -2201141 or 13330910. OLE color: 13330910.

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

Color convert

RGB 222 105 203 -
CMYK 0 0.53 0.09 0.13
HSL 309.74º 0.64% 0.64% -
HSV(B) 309.74º 0.53% 0.87% -
XYZ 45.96 29.94 59.86 -
YUV 151.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 222 105 203 0 0.53 0.09 0.13 309.74 0.64 0.64
Hex DE 69 CB 0 35 9 D 136 40 40
Octal 336 151 313 0 65 11 15 466 100 100
Binary 11011110 1101001 11001011 0 110101 1001 1101 100110110 1000000 1000000

Color Harmonies of #DE69CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69CB

Black with #DE69CB

Text Example


Text Example

White with #DE69CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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