Html Css Color HEX #DE67C2 Orchid

📋 copy color: '#DE67C2'

red 222 ◦ green 103 ◦ blue 194

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

Shades of Orchid #DE67C2

Tints of Orchid #DE67C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 42.77%
G = 19.85%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE67C2 (or 0xDE67C2) is known color: Orchid. HEX triplet: DE, 67 and C2. RGB value is (222,103,194). Sum of RGB (Red+Green+Blue) = 222+103+194=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67C2 is #21983D. Grayscale: #949494. Windows color (decimal): -2201662 or 12740574. OLE color: 12740574.

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

Color convert

RGB 222 103 194 -
CMYK 0 0.54 0.13 0.13
HSL 314.12º 0.64% 0.64% -
HSV(B) 314.12º 0.54% 0.87% -
XYZ 44.71 29.13 54.3 -
YUV 148.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 222 103 194 0 0.54 0.13 0.13 314.12 0.64 0.64
Hex DE 67 C2 0 36 D D 13A 40 40
Octal 336 147 302 0 66 15 15 472 100 100
Binary 11011110 1100111 11000010 0 110110 1101 1101 100111010 1000000 1000000

Color Harmonies of #DE67C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE67C2

Black with #DE67C2

Text Example


Text Example

White with #DE67C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE67C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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