Html Css Color HEX #D07EC0 Orchid

📋 copy color: '#D07EC0'

red 208 ◦ green 126 ◦ blue 192

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

Shades of Orchid #D07EC0

Tints of Orchid #D07EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.5%

R = 39.54%
G = 23.95%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D07EC0 (or 0xD07EC0) is known color: Orchid. HEX triplet: D0, 7E and C0. RGB value is (208,126,192). Sum of RGB (Red+Green+Blue) = 208+126+192=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EC0 is #2F813F. Grayscale: #9D9D9D. Windows color (decimal): -3113280 or 12615376. OLE color: 12615376.

HSL color Cylindrical-coordinate representation of color #D07EC0: hue angle of 311.71º 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 #D07EC0 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 192 -
CMYK 0 0.39 0.08 0.18
HSL 311.71º 0.47% 0.65% -
HSV(B) 311.71º 0.39% 0.82% -
XYZ 42.99 32.14 53.81 -
YUV 158.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 208 126 192 0 0.39 0.08 0.18 311.71 0.47 0.65
Hex D0 7E C0 0 27 8 12 138 2F 41
Octal 320 176 300 0 47 10 22 470 57 101
Binary 11010000 1111110 11000000 0 100111 1000 10010 100111000 101111 1000001

Color Harmonies of #D07EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EC0

Black with #D07EC0

Text Example


Text Example

White with #D07EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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