Html Css Color HEX #DE6CDF Orchid

📋 copy color: '#DE6CDF'

red 222 ◦ green 108 ◦ blue 223

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

Shades of Orchid #DE6CDF

Tints of Orchid #DE6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.53%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 40.14%
G = 19.53%
B = 40.33%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE6CDF (or 0xDE6CDF) is known color: Orchid. HEX triplet: DE, 6C and DF. RGB value is (222,108,223). Sum of RGB (Red+Green+Blue) = 222+108+223=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE6CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6CDF is #219320. Grayscale: #9A9A9A. Windows color (decimal): -2200353 or 14642398. OLE color: 14642398.

HSL color Cylindrical-coordinate representation of color #DE6CDF: hue angle of 299.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6CDF is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 108 223 -
CMYK 0.00 0.52 0 0.13
HSL 299.48º 0.64% 0.65% -
HSV(B) 299.48º 0.52% 0.87% -
XYZ 48.81 31.58 73.34 -
YUV 155.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 222 108 223 0.00 0.52 0 0.13 299.48 0.64 0.65
Hex DE 6C DF 0 34 0 D 12B 40 41
Octal 336 154 337 0 64 0 15 453 100 101
Binary 11011110 1101100 11011111 0 110100 0 1101 100101011 1000000 1000001

Color Harmonies of #DE6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6CDF

Black with #DE6CDF

Text Example


Text Example

White with #DE6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6CDF; }

 p { color: rgb(222,108,223); }

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

background-color css

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

 a { background-color: rgb(222,108,223); }

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

border-color css

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

 span { border-color: rgb(222,108,223); }

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