Html Css Color HEX #DE69C4 Orchid

📋 copy color: '#DE69C4'

red 222 ◦ green 105 ◦ blue 196

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

Shades of Orchid #DE69C4

Tints of Orchid #DE69C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.48%

R = 42.45%
G = 20.08%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DE69C4 (or 0xDE69C4) is known color: Orchid. HEX triplet: DE, 69 and C4. RGB value is (222,105,196). Sum of RGB (Red+Green+Blue) = 222+105+196=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69C4 is #21963B. Grayscale: #969696. Windows color (decimal): -2201148 or 12872158. OLE color: 12872158.

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

Color convert

RGB 222 105 196 -
CMYK 0 0.53 0.12 0.13
HSL 313.33º 0.64% 0.64% -
HSV(B) 313.33º 0.53% 0.87% -
XYZ 45.14 29.62 55.56 -
YUV 150.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 222 105 196 0 0.53 0.12 0.13 313.33 0.64 0.64
Hex DE 69 C4 0 35 C D 139 40 40
Octal 336 151 304 0 65 14 15 471 100 100
Binary 11011110 1101001 11000100 0 110101 1100 1101 100111001 1000000 1000000

Color Harmonies of #DE69C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69C4

Black with #DE69C4

Text Example


Text Example

White with #DE69C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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