Html Css Color HEX #DE69CC Orchid

📋 copy color: '#DE69CC'

red 222 ◦ green 105 ◦ blue 204

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

Shades of Orchid #DE69CC

Tints of Orchid #DE69CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 41.81%
G = 19.77%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE69CC (or 0xDE69CC) is known color: Orchid. HEX triplet: DE, 69 and CC. RGB value is (222,105,204). Sum of RGB (Red+Green+Blue) = 222+105+204=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69CC is #219633. Grayscale: #969696. Windows color (decimal): -2201140 or 13396446. OLE color: 13396446.

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

Color convert

RGB 222 105 204 -
CMYK 0 0.53 0.08 0.13
HSL 309.23º 0.64% 0.64% -
HSV(B) 309.23º 0.53% 0.87% -
XYZ 46.07 29.99 60.49 -
YUV 151.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 222 105 204 0 0.53 0.08 0.13 309.23 0.64 0.64
Hex DE 69 CC 0 35 8 D 135 40 40
Octal 336 151 314 0 65 10 15 465 100 100
Binary 11011110 1101001 11001100 0 110101 1000 1101 100110101 1000000 1000000

Color Harmonies of #DE69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69CC

Black with #DE69CC

Text Example


Text Example

White with #DE69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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