Html Css Color HEX #D060CB Orchid

📋 copy color: '#D060CB'

red 208 ◦ green 96 ◦ blue 203

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

Shades of Orchid #D060CB

Tints of Orchid #D060CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.93%

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

R = 41.03%
G = 18.93%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D060CB (or 0xD060CB) is known color: Orchid. HEX triplet: D0, 60 and CB. RGB value is (208,96,203). Sum of RGB (Red+Green+Blue) = 208+96+203=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D060CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060CB is #2F9F34. Grayscale: #8D8D8D. Windows color (decimal): -3120949 or 13328592. OLE color: 13328592.

HSL color Cylindrical-coordinate representation of color #D060CB: hue angle of 302.68º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D060CB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 203 -
CMYK 0 0.54 0.02 0.18
HSL 302.68º 0.54% 0.6% -
HSV(B) 302.68º 0.54% 0.82% -
XYZ 40.97 26.09 59.38 -
YUV 141.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 208 96 203 0 0.54 0.02 0.18 302.68 0.54 0.6
Hex D0 60 CB 0 36 2 12 12F 36 3C
Octal 320 140 313 0 66 2 22 457 66 74
Binary 11010000 1100000 11001011 0 110110 10 10010 100101111 110110 111100

Color Harmonies of #D060CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060CB

Black with #D060CB

Text Example


Text Example

White with #D060CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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