Html Css Color HEX #D07EC8 Orchid

📋 copy color: '#D07EC8'

red 208 ◦ green 126 ◦ blue 200

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

Shades of Orchid #D07EC8

Tints of Orchid #D07EC8

RGB

 RED value IS 208 (81.64% from 255) = 38.95%

 GREEN value IS 126 (49.61% from 255) = 23.6%

 BLUE value IS 200 (78.52% from 255) = 37.45%

R = 38.95%
G = 23.6%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D07EC8 (or 0xD07EC8) is known color: Orchid. HEX triplet: D0, 7E and C8. RGB value is (208,126,200). Sum of RGB (Red+Green+Blue) = 208+126+200=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EC8 is #2F8137. Grayscale: #9E9E9E. Windows color (decimal): -3113272 or 13139664. OLE color: 13139664.

HSL color Cylindrical-coordinate representation of color #D07EC8: hue angle of 305.85º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07EC8 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 200 -
CMYK 0 0.39 0.04 0.18
HSL 305.85º 0.47% 0.65% -
HSV(B) 305.85º 0.39% 0.82% -
XYZ 43.9 32.5 58.6 -
YUV 158.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 208 126 200 0 0.39 0.04 0.18 305.85 0.47 0.65
Hex D0 7E C8 0 27 4 12 132 2F 41
Octal 320 176 310 0 47 4 22 462 57 101
Binary 11010000 1111110 11001000 0 100111 100 10010 100110010 101111 1000001

Color Harmonies of #D07EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EC8

Black with #D07EC8

Text Example


Text Example

White with #D07EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EC8; }

 p { color: rgb(208,126,200); }

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

background-color css

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

 a { background-color: rgb(208,126,200); }

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

border-color css

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

 span { border-color: rgb(208,126,200); }

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