Html Css Color HEX #DE6BC0 Orchid

📋 copy color: '#DE6BC0'

red 222 ◦ green 107 ◦ blue 192

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

Shades of Orchid #DE6BC0

Tints of Orchid #DE6BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.54%

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 42.61%
G = 20.54%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE6BC0 (or 0xDE6BC0) is known color: Orchid. HEX triplet: DE, 6B and C0. RGB value is (222,107,192). Sum of RGB (Red+Green+Blue) = 222+107+192=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BC0 is #21943F. Grayscale: #969696. Windows color (decimal): -2200640 or 12610526. OLE color: 12610526.

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

Color convert

RGB 222 107 192 -
CMYK 0 0.52 0.14 0.13
HSL 315.65º 0.64% 0.65% -
HSV(B) 315.65º 0.52% 0.87% -
XYZ 44.9 29.85 53.26 -
YUV 151.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 222 107 192 0 0.52 0.14 0.13 315.65 0.64 0.65
Hex DE 6B C0 0 34 E D 13C 40 41
Octal 336 153 300 0 64 16 15 474 100 101
Binary 11011110 1101011 11000000 0 110100 1110 1101 100111100 1000000 1000001

Color Harmonies of #DE6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6BC0

Black with #DE6BC0

Text Example


Text Example

White with #DE6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6BC0; }

 p { color: rgb(222,107,192); }

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

background-color css

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

 a { background-color: rgb(222,107,192); }

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

border-color css

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

 span { border-color: rgb(222,107,192); }

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