Html Css Color HEX #DE6CDB Orchid

📋 copy color: '#DE6CDB'

red 222 ◦ green 108 ◦ blue 219

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

Shades of Orchid #DE6CDB

Tints of Orchid #DE6CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 40.44%
G = 19.67%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE6CDB (or 0xDE6CDB) is known color: Orchid. HEX triplet: DE, 6C and DB. RGB value is (222,108,219). Sum of RGB (Red+Green+Blue) = 222+108+219=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6CDB is #219324. Grayscale: #9A9A9A. Windows color (decimal): -2200357 or 14380254. OLE color: 14380254.

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

Color convert

RGB 222 108 219 -
CMYK 0 0.51 0.01 0.13
HSL 301.58º 0.63% 0.65% -
HSV(B) 301.58º 0.51% 0.87% -
XYZ 48.27 31.37 70.53 -
YUV 154.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 222 108 219 0 0.51 0.01 0.13 301.58 0.63 0.65
Hex DE 6C DB 0 33 1 D 12E 3F 41
Octal 336 154 333 0 63 1 15 456 77 101
Binary 11011110 1101100 11011011 0 110011 1 1101 100101110 111111 1000001

Color Harmonies of #DE6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6CDB

Black with #DE6CDB

Text Example


Text Example

White with #DE6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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