Html Css Color HEX #D07DCC Orchid

📋 copy color: '#D07DCC'

red 208 ◦ green 125 ◦ blue 204

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

Shades of Orchid #D07DCC

Tints of Orchid #D07DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 38.73%
G = 23.28%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D07DCC (or 0xD07DCC) is known color: Orchid. HEX triplet: D0, 7D and CC. RGB value is (208,125,204). Sum of RGB (Red+Green+Blue) = 208+125+204=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DCC is #2F8233. Grayscale: #9E9E9E. Windows color (decimal): -3113524 or 13401552. OLE color: 13401552.

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

Color convert

RGB 208 125 204 -
CMYK 0 0.40 0.02 0.18
HSL 302.89º 0.47% 0.65% -
HSV(B) 302.89º 0.4% 0.82% -
XYZ 44.25 32.44 61.06 -
YUV 158.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 208 125 204 0 0.40 0.02 0.18 302.89 0.47 0.65
Hex D0 7D CC 0 28 2 12 12F 2F 41
Octal 320 175 314 0 50 2 22 457 57 101
Binary 11010000 1111101 11001100 0 101000 10 10010 100101111 101111 1000001

Color Harmonies of #D07DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DCC

Black with #D07DCC

Text Example


Text Example

White with #D07DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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