Html Css Color HEX #D07FC5 Orchid

📋 copy color: '#D07FC5'

red 208 ◦ green 127 ◦ blue 197

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

Shades of Orchid #D07FC5

Tints of Orchid #D07FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.03%

R = 39.1%
G = 23.87%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D07FC5 (or 0xD07FC5) is known color: Orchid. HEX triplet: D0, 7F and C5. RGB value is (208,127,197). Sum of RGB (Red+Green+Blue) = 208+127+197=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC5 is #2F803A. Grayscale: #9F9F9F. Windows color (decimal): -3113019 or 12943312. OLE color: 12943312.

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

Color convert

RGB 208 127 197 -
CMYK 0 0.39 0.05 0.18
HSL 308.15º 0.46% 0.66% -
HSV(B) 308.15º 0.39% 0.82% -
XYZ 43.68 32.62 56.82 -
YUV 159.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 208 127 197 0 0.39 0.05 0.18 308.15 0.46 0.66
Hex D0 7F C5 0 27 5 12 134 2E 42
Octal 320 177 305 0 47 5 22 464 56 102
Binary 11010000 1111111 11000101 0 100111 101 10010 100110100 101110 1000010

Color Harmonies of #D07FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FC5

Black with #D07FC5

Text Example


Text Example

White with #D07FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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