Html Css Color HEX #D07FC7 Orchid

📋 copy color: '#D07FC7'

red 208 ◦ green 127 ◦ blue 199

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

Shades of Orchid #D07FC7

Tints of Orchid #D07FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.27%

R = 38.95%
G = 23.78%
B = 37.27%

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

#D07FC7 (or 0xD07FC7) is known color: Orchid. HEX triplet: D0, 7F and C7. RGB value is (208,127,199). Sum of RGB (Red+Green+Blue) = 208+127+199=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC7 is #2F8038. Grayscale: #9F9F9F. Windows color (decimal): -3113017 or 13074384. OLE color: 13074384.

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

Color convert

RGB 208 127 199 -
CMYK 0 0.39 0.04 0.18
HSL 306.67º 0.46% 0.66% -
HSV(B) 306.67º 0.39% 0.82% -
XYZ 43.91 32.71 58.03 -
YUV 159.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 208 127 199 0 0.39 0.04 0.18 306.67 0.46 0.66
Hex D0 7F C7 0 27 4 12 133 2E 42
Octal 320 177 307 0 47 4 22 463 56 102
Binary 11010000 1111111 11000111 0 100111 100 10010 100110011 101110 1000010

Color Harmonies of #D07FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FC7

Black with #D07FC7

Text Example


Text Example

White with #D07FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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