Html Css Color HEX #D07FC9 Orchid

📋 copy color: '#D07FC9'

red 208 ◦ green 127 ◦ blue 201

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

Shades of Orchid #D07FC9

Tints of Orchid #D07FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 38.81%
G = 23.69%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D07FC9 (or 0xD07FC9) is known color: Orchid. HEX triplet: D0, 7F and C9. RGB value is (208,127,201). Sum of RGB (Red+Green+Blue) = 208+127+201=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC9 is #2F8036. Grayscale: #9F9F9F. Windows color (decimal): -3113015 or 13205456. OLE color: 13205456.

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

Color convert

RGB 208 127 201 -
CMYK 0 0.39 0.03 0.18
HSL 305.19º 0.46% 0.66% -
HSV(B) 305.19º 0.39% 0.82% -
XYZ 44.14 32.81 59.26 -
YUV 159.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 208 127 201 0 0.39 0.03 0.18 305.19 0.46 0.66
Hex D0 7F C9 0 27 3 12 131 2E 42
Octal 320 177 311 0 47 3 22 461 56 102
Binary 11010000 1111111 11001001 0 100111 11 10010 100110001 101110 1000010

Color Harmonies of #D07FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FC9

Black with #D07FC9

Text Example


Text Example

White with #D07FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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