Html Css Color HEX #D07EC3 Orchid

📋 copy color: '#D07EC3'

red 208 ◦ green 126 ◦ blue 195

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

Shades of Orchid #D07EC3

Tints of Orchid #D07EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.86%

R = 39.32%
G = 23.82%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D07EC3 (or 0xD07EC3) is known color: Orchid. HEX triplet: D0, 7E and C3. RGB value is (208,126,195). Sum of RGB (Red+Green+Blue) = 208+126+195=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EC3 is #2F813C. Grayscale: #9E9E9E. Windows color (decimal): -3113277 or 12811984. OLE color: 12811984.

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

Color convert

RGB 208 126 195 -
CMYK 0 0.39 0.06 0.18
HSL 309.51º 0.47% 0.65% -
HSV(B) 309.51º 0.39% 0.82% -
XYZ 43.32 32.27 55.58 -
YUV 158.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 208 126 195 0 0.39 0.06 0.18 309.51 0.47 0.65
Hex D0 7E C3 0 27 6 12 136 2F 41
Octal 320 176 303 0 47 6 22 466 57 101
Binary 11010000 1111110 11000011 0 100111 110 10010 100110110 101111 1000001

Color Harmonies of #D07EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EC3

Black with #D07EC3

Text Example


Text Example

White with #D07EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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