Html Css Color HEX #D07ECD Orchid

📋 copy color: '#D07ECD'

red 208 ◦ green 126 ◦ blue 205

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

Shades of Orchid #D07ECD

Tints of Orchid #D07ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 38.59%
G = 23.38%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D07ECD (or 0xD07ECD) is known color: Orchid. HEX triplet: D0, 7E and CD. RGB value is (208,126,205). Sum of RGB (Red+Green+Blue) = 208+126+205=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ECD is #2F8132. Grayscale: #9F9F9F. Windows color (decimal): -3113267 or 13467344. OLE color: 13467344.

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

Color convert

RGB 208 126 205 -
CMYK 0 0.39 0.01 0.18
HSL 302.2º 0.47% 0.65% -
HSV(B) 302.2º 0.39% 0.82% -
XYZ 44.49 32.74 61.73 -
YUV 159.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 208 126 205 0 0.39 0.01 0.18 302.2 0.47 0.65
Hex D0 7E CD 0 27 1 12 12E 2F 41
Octal 320 176 315 0 47 1 22 456 57 101
Binary 11010000 1111110 11001101 0 100111 1 10010 100101110 101111 1000001

Color Harmonies of #D07ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07ECD

Black with #D07ECD

Text Example


Text Example

White with #D07ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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