Html Css Color HEX #D07DCD Orchid

📋 copy color: '#D07DCD'

red 208 ◦ green 125 ◦ blue 205

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

Shades of Orchid #D07DCD

Tints of Orchid #D07DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.23%

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

R = 38.66%
G = 23.23%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D07DCD (or 0xD07DCD) is known color: Orchid. HEX triplet: D0, 7D and CD. RGB value is (208,125,205). Sum of RGB (Red+Green+Blue) = 208+125+205=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DCD is #2F8232. Grayscale: #9E9E9E. Windows color (decimal): -3113523 or 13467088. OLE color: 13467088.

HSL color Cylindrical-coordinate representation of color #D07DCD: hue angle of 302.17º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DCD is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 205 -
CMYK 0 0.40 0.01 0.18
HSL 302.17º 0.47% 0.65% -
HSV(B) 302.17º 0.4% 0.82% -
XYZ 44.37 32.48 61.69 -
YUV 158.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 208 125 205 0 0.40 0.01 0.18 302.17 0.47 0.65
Hex D0 7D CD 0 28 1 12 12E 2F 41
Octal 320 175 315 0 50 1 22 456 57 101
Binary 11010000 1111101 11001101 0 101000 1 10010 100101110 101111 1000001

Color Harmonies of #D07DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DCD

Black with #D07DCD

Text Example


Text Example

White with #D07DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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