Html Css Color HEX #DE69C5 Orchid

📋 copy color: '#DE69C5'

red 222 ◦ green 105 ◦ blue 197

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

Shades of Orchid #DE69C5

Tints of Orchid #DE69C5

RGB

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

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

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

R = 42.37%
G = 20.04%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE69C5 (or 0xDE69C5) is known color: Orchid. HEX triplet: DE, 69 and C5. RGB value is (222,105,197). Sum of RGB (Red+Green+Blue) = 222+105+197=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69C5 is #21963A. Grayscale: #969696. Windows color (decimal): -2201147 or 12937694. OLE color: 12937694.

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

Color convert

RGB 222 105 197 -
CMYK 0 0.53 0.11 0.13
HSL 312.82º 0.64% 0.64% -
HSV(B) 312.82º 0.53% 0.87% -
XYZ 45.25 29.66 56.16 -
YUV 150.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 222 105 197 0 0.53 0.11 0.13 312.82 0.64 0.64
Hex DE 69 C5 0 35 B D 139 40 40
Octal 336 151 305 0 65 13 15 471 100 100
Binary 11011110 1101001 11000101 0 110101 1011 1101 100111001 1000000 1000000

Color Harmonies of #DE69C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69C5

Black with #DE69C5

Text Example


Text Example

White with #DE69C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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