Html Css Color HEX #DE7DC7 Orchid

📋 copy color: '#DE7DC7'

red 222 ◦ green 125 ◦ blue 199

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

Shades of Orchid #DE7DC7

Tints of Orchid #DE7DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.45%

R = 40.66%
G = 22.89%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE7DC7 (or 0xDE7DC7) is known color: Orchid. HEX triplet: DE, 7D and C7. RGB value is (222,125,199). Sum of RGB (Red+Green+Blue) = 222+125+199=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DC7 is #218238. Grayscale: #A2A2A2. Windows color (decimal): -2196025 or 13073886. OLE color: 13073886.

HSL color Cylindrical-coordinate representation of color #DE7DC7: hue angle of 314.23º 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 #DE7DC7 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 125 199 -
CMYK 0 0.44 0.10 0.13
HSL 314.23º 0.6% 0.68% -
HSV(B) 314.23º 0.44% 0.87% -
XYZ 47.77 34.32 58.14 -
YUV 162.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 222 125 199 0 0.44 0.10 0.13 314.23 0.6 0.68
Hex DE 7D C7 0 2C A D 13A 3C 44
Octal 336 175 307 0 54 12 15 472 74 104
Binary 11011110 1111101 11000111 0 101100 1010 1101 100111010 111100 1000100

Color Harmonies of #DE7DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DC7

Black with #DE7DC7

Text Example


Text Example

White with #DE7DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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