Html Css Color HEX #C061DB Medium Orchid

📋 copy color: '#C061DB'

red 192 ◦ green 97 ◦ blue 219

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

Shades of Medium Orchid #C061DB

Tints of Medium Orchid #C061DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.09%

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

R = 37.8%
G = 19.09%
B = 43.11%

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

#C061DB (or 0xC061DB) is known color: Medium Orchid. HEX triplet: C0, 61 and DB. RGB value is (192,97,219). Sum of RGB (Red+Green+Blue) = 192+97+219=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #C061DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061DB is #3F9E24. Grayscale: #8A8A8A. Windows color (decimal): -4169253 or 14377408. OLE color: 14377408.

HSL color Cylindrical-coordinate representation of color #C061DB: hue angle of 286.72º 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 #C061DB is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 97 219 -
CMYK 0.12 0.56 0 0.14
HSL 286.72º 0.63% 0.62% -
HSV(B) 286.72º 0.56% 0.86% -
XYZ 38.8 24.87 69.77 -
YUV 139.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 192 97 219 0.12 0.56 0 0.14 286.72 0.63 0.62
Hex C0 61 DB C 38 0 E 11F 3F 3E
Octal 300 141 333 14 70 0 16 437 77 76
Binary 11000000 1100001 11011011 1100 111000 0 1110 100011111 111111 111110

Color Harmonies of #C061DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061DB

Black with #C061DB

Text Example


Text Example

White with #C061DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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