Html Css Color HEX #DE67C8 Orchid

📋 copy color: '#DE67C8'

red 222 ◦ green 103 ◦ blue 200

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

Shades of Orchid #DE67C8

Tints of Orchid #DE67C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 42.29%
G = 19.62%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE67C8 (or 0xDE67C8) is known color: Orchid. HEX triplet: DE, 67 and C8. RGB value is (222,103,200). Sum of RGB (Red+Green+Blue) = 222+103+200=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67C8 is #219837. Grayscale: #959595. Windows color (decimal): -2201656 or 13133790. OLE color: 13133790.

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

Color convert

RGB 222 103 200 -
CMYK 0 0.54 0.10 0.13
HSL 311.09º 0.64% 0.64% -
HSV(B) 311.09º 0.54% 0.87% -
XYZ 45.4 29.4 57.93 -
YUV 149.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 222 103 200 0 0.54 0.10 0.13 311.09 0.64 0.64
Hex DE 67 C8 0 36 A D 137 40 40
Octal 336 147 310 0 66 12 15 467 100 100
Binary 11011110 1100111 11001000 0 110110 1010 1101 100110111 1000000 1000000

Color Harmonies of #DE67C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE67C8

Black with #DE67C8

Text Example


Text Example

White with #DE67C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE67C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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