Html Css Color HEX #D076CF Orchid

📋 copy color: '#D076CF'

red 208 ◦ green 118 ◦ blue 207

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

Shades of Orchid #D076CF

Tints of Orchid #D076CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.14%

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 39.02%
G = 22.14%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D076CF (or 0xD076CF) is known color: Orchid. HEX triplet: D0, 76 and CF. RGB value is (208,118,207). Sum of RGB (Red+Green+Blue) = 208+118+207=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D076CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076CF is #2F8930. Grayscale: #9A9A9A. Windows color (decimal): -3115313 or 13596368. OLE color: 13596368.

HSL color Cylindrical-coordinate representation of color #D076CF: hue angle of 300.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D076CF is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 207 -
CMYK 0 0.43 0.00 0.18
HSL 300.67º 0.49% 0.64% -
HSV(B) 300.67º 0.43% 0.82% -
XYZ 43.75 30.87 62.68 -
YUV 155.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 208 118 207 0 0.43 0.00 0.18 300.67 0.49 0.64
Hex D0 76 CF 0 2B 0 12 12D 31 40
Octal 320 166 317 0 53 0 22 455 61 100
Binary 11010000 1110110 11001111 0 101011 0 10010 100101101 110001 1000000

Color Harmonies of #D076CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076CF

Black with #D076CF

Text Example


Text Example

White with #D076CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076CF; }

 p { color: rgb(208,118,207); }

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

background-color css

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

 a { background-color: rgb(208,118,207); }

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

border-color css

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

 span { border-color: rgb(208,118,207); }

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