Html Css Color HEX #D076CB Orchid

📋 copy color: '#D076CB'

red 208 ◦ green 118 ◦ blue 203

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

Shades of Orchid #D076CB

Tints of Orchid #D076CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 39.32%
G = 22.31%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D076CB (or 0xD076CB) is known color: Orchid. HEX triplet: D0, 76 and CB. RGB value is (208,118,203). Sum of RGB (Red+Green+Blue) = 208+118+203=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D076CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076CB is #2F8934. Grayscale: #9A9A9A. Windows color (decimal): -3115317 or 13334224. OLE color: 13334224.

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

Color convert

RGB 208 118 203 -
CMYK 0 0.43 0.02 0.18
HSL 303.33º 0.49% 0.64% -
HSV(B) 303.33º 0.43% 0.82% -
XYZ 43.27 30.68 60.14 -
YUV 154.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 208 118 203 0 0.43 0.02 0.18 303.33 0.49 0.64
Hex D0 76 CB 0 2B 2 12 12F 31 40
Octal 320 166 313 0 53 2 22 457 61 100
Binary 11010000 1110110 11001011 0 101011 10 10010 100101111 110001 1000000

Color Harmonies of #D076CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076CB

Black with #D076CB

Text Example


Text Example

White with #D076CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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