Html Css Color HEX #DE6ACA Orchid

📋 copy color: '#DE6ACA'

red 222 ◦ green 106 ◦ blue 202

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

Shades of Orchid #DE6ACA

Tints of Orchid #DE6ACA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20%

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 41.89%
G = 20%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE6ACA (or 0xDE6ACA) is known color: Orchid. HEX triplet: DE, 6A and CA. RGB value is (222,106,202). Sum of RGB (Red+Green+Blue) = 222+106+202=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ACA is #219535. Grayscale: #979797. Windows color (decimal): -2200886 or 13265630. OLE color: 13265630.

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

Color convert

RGB 222 106 202 -
CMYK 0 0.52 0.09 0.13
HSL 310.34º 0.64% 0.64% -
HSV(B) 310.34º 0.52% 0.87% -
XYZ 45.94 30.1 59.27 -
YUV 151.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 222 106 202 0 0.52 0.09 0.13 310.34 0.64 0.64
Hex DE 6A CA 0 34 9 D 136 40 40
Octal 336 152 312 0 64 11 15 466 100 100
Binary 11011110 1101010 11001010 0 110100 1001 1101 100110110 1000000 1000000

Color Harmonies of #DE6ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ACA

Black with #DE6ACA

Text Example


Text Example

White with #DE6ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ACA; }

 p { color: rgb(222,106,202); }

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

background-color css

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

 a { background-color: rgb(222,106,202); }

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

border-color css

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

 span { border-color: rgb(222,106,202); }

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