Html Css Color HEX #DE7ACA Orchid

📋 copy color: '#DE7ACA'

red 222 ◦ green 122 ◦ blue 202

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

Shades of Orchid #DE7ACA

Tints of Orchid #DE7ACA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.34%

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

R = 40.66%
G = 22.34%
B = 37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE7ACA (or 0xDE7ACA) is known color: Orchid. HEX triplet: DE, 7A and CA. RGB value is (222,122,202). Sum of RGB (Red+Green+Blue) = 222+122+202=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ACA is #218535. Grayscale: #A0A0A0. Windows color (decimal): -2196790 or 13269726. OLE color: 13269726.

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

Color convert

RGB 222 122 202 -
CMYK 0 0.45 0.09 0.13
HSL 312º 0.6% 0.67% -
HSV(B) 312º 0.45% 0.87% -
XYZ 47.74 33.71 59.87 -
YUV 161.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 222 122 202 0 0.45 0.09 0.13 312 0.6 0.67
Hex DE 7A CA 0 2D 9 D 138 3C 43
Octal 336 172 312 0 55 11 15 470 74 103
Binary 11011110 1111010 11001010 0 101101 1001 1101 100111000 111100 1000011

Color Harmonies of #DE7ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7ACA

Black with #DE7ACA

Text Example


Text Example

White with #DE7ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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