Html Css Color HEX #D07EC7 Orchid

📋 copy color: '#D07EC7'

red 208 ◦ green 126 ◦ blue 199

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

Shades of Orchid #D07EC7

Tints of Orchid #D07EC7

RGB

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

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

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

R = 39.02%
G = 23.64%
B = 37.34%

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

#D07EC7 (or 0xD07EC7) is known color: Orchid. HEX triplet: D0, 7E and C7. RGB value is (208,126,199). Sum of RGB (Red+Green+Blue) = 208+126+199=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EC7 is #2F8138. Grayscale: #9E9E9E. Windows color (decimal): -3113273 or 13074128. OLE color: 13074128.

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

Color convert

RGB 208 126 199 -
CMYK 0 0.39 0.04 0.18
HSL 306.59º 0.47% 0.65% -
HSV(B) 306.59º 0.39% 0.82% -
XYZ 43.78 32.46 57.99 -
YUV 158.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 208 126 199 0 0.39 0.04 0.18 306.59 0.47 0.65
Hex D0 7E C7 0 27 4 12 133 2F 41
Octal 320 176 307 0 47 4 22 463 57 101
Binary 11010000 1111110 11000111 0 100111 100 10010 100110011 101111 1000001

Color Harmonies of #D07EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EC7

Black with #D07EC7

Text Example


Text Example

White with #D07EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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