Html Css Color HEX #DE67DB Orchid

📋 copy color: '#DE67DB'

red 222 ◦ green 103 ◦ blue 219

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

Shades of Orchid #DE67DB

Tints of Orchid #DE67DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.93%

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

R = 40.81%
G = 18.93%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE67DB (or 0xDE67DB) is known color: Orchid. HEX triplet: DE, 67 and DB. RGB value is (222,103,219). Sum of RGB (Red+Green+Blue) = 222+103+219=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67DB is #219824. Grayscale: #979797. Windows color (decimal): -2201637 or 14378974. OLE color: 14378974.

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

Color convert

RGB 222 103 219 -
CMYK 0 0.54 0.01 0.13
HSL 301.51º 0.64% 0.64% -
HSV(B) 301.51º 0.54% 0.87% -
XYZ 47.76 30.34 70.36 -
YUV 151.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 222 103 219 0 0.54 0.01 0.13 301.51 0.64 0.64
Hex DE 67 DB 0 36 1 D 12E 40 40
Octal 336 147 333 0 66 1 15 456 100 100
Binary 11011110 1100111 11011011 0 110110 1 1101 100101110 1000000 1000000

Color Harmonies of #DE67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE67DB

Black with #DE67DB

Text Example


Text Example

White with #DE67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE67DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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