Html Css Color HEX #C061CC Medium Orchid

📋 copy color: '#C061CC'

red 192 ◦ green 97 ◦ blue 204

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

Shades of Medium Orchid #C061CC

Tints of Medium Orchid #C061CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 38.95%
G = 19.68%
B = 41.38%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C061CC (or 0xC061CC) is known color: Medium Orchid. HEX triplet: C0, 61 and CC. RGB value is (192,97,204). Sum of RGB (Red+Green+Blue) = 192+97+204=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #C061CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061CC is #3F9E33. Grayscale: #898989. Windows color (decimal): -4169268 or 13394368. OLE color: 13394368.

HSL color Cylindrical-coordinate representation of color #C061CC: hue angle of 293.27º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C061CC is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 97 204 -
CMYK 0.06 0.52 0 0.2
HSL 293.27º 0.51% 0.59% -
HSV(B) 293.27º 0.52% 0.8% -
XYZ 36.91 24.12 59.84 -
YUV 137.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 192 97 204 0.06 0.52 0 0.2 293.27 0.51 0.59
Hex C0 61 CC 6 34 0 14 125 33 3B
Octal 300 141 314 6 64 0 24 445 63 73
Binary 11000000 1100001 11001100 110 110100 0 10100 100100101 110011 111011

Color Harmonies of #C061CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061CC

Black with #C061CC

Text Example


Text Example

White with #C061CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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