Html Css Color HEX #D07DCE Orchid

📋 copy color: '#D07DCE'

red 208 ◦ green 125 ◦ blue 206

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

Shades of Orchid #D07DCE

Tints of Orchid #D07DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 38.59%
G = 23.19%
B = 38.22%

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

#D07DCE (or 0xD07DCE) is known color: Orchid. HEX triplet: D0, 7D and CE. RGB value is (208,125,206). Sum of RGB (Red+Green+Blue) = 208+125+206=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DCE is #2F8231. Grayscale: #9E9E9E. Windows color (decimal): -3113522 or 13532624. OLE color: 13532624.

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

Color convert

RGB 208 125 206 -
CMYK 0 0.40 0.01 0.18
HSL 301.45º 0.47% 0.65% -
HSV(B) 301.45º 0.4% 0.82% -
XYZ 44.49 32.53 62.33 -
YUV 159.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 208 125 206 0 0.40 0.01 0.18 301.45 0.47 0.65
Hex D0 7D CE 0 28 1 12 12D 2F 41
Octal 320 175 316 0 50 1 22 455 57 101
Binary 11010000 1111101 11001110 0 101000 1 10010 100101101 101111 1000001

Color Harmonies of #D07DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DCE

Black with #D07DCE

Text Example


Text Example

White with #D07DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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