Html Css Color HEX #C060DB Medium Orchid

📋 copy color: '#C060DB'

red 192 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #C060DB

Tints of Medium Orchid #C060DB

RGB

 RED value IS 192 (75.39% from 255) = 37.87%

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 37.87%
G = 18.93%
B = 43.2%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C060DB (or 0xC060DB) is known color: Medium Orchid. HEX triplet: C0, 60 and DB. RGB value is (192,96,219). Sum of RGB (Red+Green+Blue) = 192+96+219=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #C060DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060DB is #3F9F24. Grayscale: #8A8A8A. Windows color (decimal): -4169509 or 14377152. OLE color: 14377152.

HSL color Cylindrical-coordinate representation of color #C060DB: hue angle of 286.83º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C060DB is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 96 219 -
CMYK 0.12 0.56 0 0.14
HSL 286.83º 0.63% 0.62% -
HSV(B) 286.83º 0.56% 0.86% -
XYZ 38.71 24.69 69.74 -
YUV 138.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 192 96 219 0.12 0.56 0 0.14 286.83 0.63 0.62
Hex C0 60 DB C 38 0 E 11F 3F 3E
Octal 300 140 333 14 70 0 16 437 77 76
Binary 11000000 1100000 11011011 1100 111000 0 1110 100011111 111111 111110

Color Harmonies of #C060DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060DB

Black with #C060DB

Text Example


Text Example

White with #C060DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060DB; }

 p { color: rgb(192,96,219); }

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

background-color css

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

 a { background-color: rgb(192,96,219); }

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

border-color css

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

 span { border-color: rgb(192,96,219); }

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