Html Css Color HEX #D07EC2 Orchid

📋 copy color: '#D07EC2'

red 208 ◦ green 126 ◦ blue 194

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

Shades of Orchid #D07EC2

Tints of Orchid #D07EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 39.39%
G = 23.86%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D07EC2 (or 0xD07EC2) is known color: Orchid. HEX triplet: D0, 7E and C2. RGB value is (208,126,194). Sum of RGB (Red+Green+Blue) = 208+126+194=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EC2 is #2F813D. Grayscale: #9E9E9E. Windows color (decimal): -3113278 or 12746448. OLE color: 12746448.

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

Color convert

RGB 208 126 194 -
CMYK 0 0.39 0.07 0.18
HSL 310.24º 0.47% 0.65% -
HSV(B) 310.24º 0.39% 0.82% -
XYZ 43.21 32.23 54.98 -
YUV 158.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 208 126 194 0 0.39 0.07 0.18 310.24 0.47 0.65
Hex D0 7E C2 0 27 7 12 136 2F 41
Octal 320 176 302 0 47 7 22 466 57 101
Binary 11010000 1111110 11000010 0 100111 111 10010 100110110 101111 1000001

Color Harmonies of #D07EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EC2

Black with #D07EC2

Text Example


Text Example

White with #D07EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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