Html Css Color HEX #D07FC8 Orchid

📋 copy color: '#D07FC8'

red 208 ◦ green 127 ◦ blue 200

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

Shades of Orchid #D07FC8

Tints of Orchid #D07FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 38.88%
G = 23.74%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D07FC8 (or 0xD07FC8) is known color: Orchid. HEX triplet: D0, 7F and C8. RGB value is (208,127,200). Sum of RGB (Red+Green+Blue) = 208+127+200=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC8 is #2F8037. Grayscale: #9F9F9F. Windows color (decimal): -3113016 or 13139920. OLE color: 13139920.

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

Color convert

RGB 208 127 200 -
CMYK 0 0.39 0.04 0.18
HSL 305.93º 0.46% 0.66% -
HSV(B) 305.93º 0.39% 0.82% -
XYZ 44.03 32.76 58.65 -
YUV 159.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 208 127 200 0 0.39 0.04 0.18 305.93 0.46 0.66
Hex D0 7F C8 0 27 4 12 132 2E 42
Octal 320 177 310 0 47 4 22 462 56 102
Binary 11010000 1111111 11001000 0 100111 100 10010 100110010 101110 1000010

Color Harmonies of #D07FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FC8

Black with #D07FC8

Text Example


Text Example

White with #D07FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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