Html Css Color HEX #D07DD6 Orchid

📋 copy color: '#D07DD6'

red 208 ◦ green 125 ◦ blue 214

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

Shades of Orchid #D07DD6

Tints of Orchid #D07DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.12%

R = 38.03%
G = 22.85%
B = 39.12%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D07DD6 (or 0xD07DD6) is known color: Orchid. HEX triplet: D0, 7D and D6. RGB value is (208,125,214). Sum of RGB (Red+Green+Blue) = 208+125+214=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #D07DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DD6 is #2F8229. Grayscale: #9F9F9F. Windows color (decimal): -3113514 or 14056912. OLE color: 14056912.

HSL color Cylindrical-coordinate representation of color #D07DD6: hue angle of 295.96º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07DD6 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 125 214 -
CMYK 0.03 0.42 0 0.16
HSL 295.96º 0.52% 0.66% -
HSV(B) 295.96º 0.42% 0.84% -
XYZ 45.48 32.93 67.58 -
YUV 159.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 208 125 214 0.03 0.42 0 0.16 295.96 0.52 0.66
Hex D0 7D D6 3 2A 0 10 128 34 42
Octal 320 175 326 3 52 0 20 450 64 102
Binary 11010000 1111101 11010110 11 101010 0 10000 100101000 110100 1000010

Color Harmonies of #D07DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DD6

Black with #D07DD6

Text Example


Text Example

White with #D07DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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