Html Css Color HEX #DE7FD2 Orchid

📋 copy color: '#DE7FD2'

red 222 ◦ green 127 ◦ blue 210

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

Shades of Orchid #DE7FD2

Tints of Orchid #DE7FD2

RGB

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

 GREEN value IS 127 (50% from 255) = 22.72%

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 39.71%
G = 22.72%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE7FD2 (or 0xDE7FD2) is known color: Orchid. HEX triplet: DE, 7F and D2. RGB value is (222,127,210). Sum of RGB (Red+Green+Blue) = 222+127+210=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FD2 is #21802D. Grayscale: #A4A4A4. Windows color (decimal): -2195502 or 13795294. OLE color: 13795294.

HSL color Cylindrical-coordinate representation of color #DE7FD2: hue angle of 307.58º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7FD2 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 127 210 -
CMYK 0 0.43 0.05 0.13
HSL 307.58º 0.59% 0.68% -
HSV(B) 307.58º 0.43% 0.87% -
XYZ 49.35 35.36 65.2 -
YUV 164.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 222 127 210 0 0.43 0.05 0.13 307.58 0.59 0.68
Hex DE 7F D2 0 2B 5 D 134 3B 44
Octal 336 177 322 0 53 5 15 464 73 104
Binary 11011110 1111111 11010010 0 101011 101 1101 100110100 111011 1000100

Color Harmonies of #DE7FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7FD2

Black with #DE7FD2

Text Example


Text Example

White with #DE7FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7FD2; }

 p { color: rgb(222,127,210); }

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

background-color css

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

 a { background-color: rgb(222,127,210); }

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

border-color css

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

 span { border-color: rgb(222,127,210); }

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