Html Css Color HEX #DE7DCF Orchid

📋 copy color: '#DE7DCF'

red 222 ◦ green 125 ◦ blue 207

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

Shades of Orchid #DE7DCF

Tints of Orchid #DE7DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.56%

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 40.07%
G = 22.56%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE7DCF (or 0xDE7DCF) is known color: Orchid. HEX triplet: DE, 7D and CF. RGB value is (222,125,207). Sum of RGB (Red+Green+Blue) = 222+125+207=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DCF is #218230. Grayscale: #A3A3A3. Windows color (decimal): -2196017 or 13598174. OLE color: 13598174.

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

Color convert

RGB 222 125 207 -
CMYK 0 0.44 0.07 0.13
HSL 309.28º 0.6% 0.68% -
HSV(B) 309.28º 0.44% 0.87% -
XYZ 48.72 34.7 63.16 -
YUV 163.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 222 125 207 0 0.44 0.07 0.13 309.28 0.6 0.68
Hex DE 7D CF 0 2C 7 D 135 3C 44
Octal 336 175 317 0 54 7 15 465 74 104
Binary 11011110 1111101 11001111 0 101100 111 1101 100110101 111100 1000100

Color Harmonies of #DE7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DCF

Black with #DE7DCF

Text Example


Text Example

White with #DE7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DCF; }

 p { color: rgb(222,125,207); }

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

background-color css

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

 a { background-color: rgb(222,125,207); }

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

border-color css

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

 span { border-color: rgb(222,125,207); }

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