Html Css Color HEX #DE6FC2 Orchid

📋 copy color: '#DE6FC2'

red 222 ◦ green 111 ◦ blue 194

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

Shades of Orchid #DE6FC2

Tints of Orchid #DE6FC2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.06%

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

R = 42.13%
G = 21.06%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE6FC2 (or 0xDE6FC2) is known color: Orchid. HEX triplet: DE, 6F and C2. RGB value is (222,111,194). Sum of RGB (Red+Green+Blue) = 222+111+194=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FC2 is #21903D. Grayscale: #999999. Windows color (decimal): -2199614 or 12742622. OLE color: 12742622.

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

Color convert

RGB 222 111 194 -
CMYK 0 0.5 0.13 0.13
HSL 315.14º 0.63% 0.65% -
HSV(B) 315.14º 0.5% 0.87% -
XYZ 45.55 30.79 54.58 -
YUV 153.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 222 111 194 0 0.5 0.13 0.13 315.14 0.63 0.65
Hex DE 6F C2 0 32 D D 13B 3F 41
Octal 336 157 302 0 62 15 15 473 77 101
Binary 11011110 1101111 11000010 0 110010 1101 1101 100111011 111111 1000001

Color Harmonies of #DE6FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6FC2

Black with #DE6FC2

Text Example


Text Example

White with #DE6FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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