Html Css Color HEX #D07FCD Orchid

📋 copy color: '#D07FCD'

red 208 ◦ green 127 ◦ blue 205

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

Shades of Orchid #D07FCD

Tints of Orchid #D07FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.52%

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

R = 38.52%
G = 23.52%
B = 37.96%

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

#D07FCD (or 0xD07FCD) is known color: Orchid. HEX triplet: D0, 7F and CD. RGB value is (208,127,205). Sum of RGB (Red+Green+Blue) = 208+127+205=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FCD is #2F8032. Grayscale: #9F9F9F. Windows color (decimal): -3113011 or 13467600. OLE color: 13467600.

HSL color Cylindrical-coordinate representation of color #D07FCD: hue angle of 302.22º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FCD is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 127 205 -
CMYK 0 0.39 0.01 0.18
HSL 302.22º 0.46% 0.66% -
HSV(B) 302.22º 0.39% 0.82% -
XYZ 44.62 33 61.77 -
YUV 160.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 208 127 205 0 0.39 0.01 0.18 302.22 0.46 0.66
Hex D0 7F CD 0 27 1 12 12E 2E 42
Octal 320 177 315 0 47 1 22 456 56 102
Binary 11010000 1111111 11001101 0 100111 1 10010 100101110 101110 1000010

Color Harmonies of #D07FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FCD

Black with #D07FCD

Text Example


Text Example

White with #D07FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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