Html Css Color HEX #C061CD Medium Orchid

📋 copy color: '#C061CD'

red 192 ◦ green 97 ◦ blue 205

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

Shades of Medium Orchid #C061CD

Tints of Medium Orchid #C061CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 38.87%
G = 19.64%
B = 41.5%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C061CD (or 0xC061CD) is known color: Medium Orchid. HEX triplet: C0, 61 and CD. RGB value is (192,97,205). Sum of RGB (Red+Green+Blue) = 192+97+205=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #C061CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061CD is #3F9E32. Grayscale: #898989. Windows color (decimal): -4169267 or 13459904. OLE color: 13459904.

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

Color convert

RGB 192 97 205 -
CMYK 0.06 0.53 0 0.20
HSL 292.78º 0.52% 0.59% -
HSV(B) 292.78º 0.53% 0.8% -
XYZ 37.03 24.16 60.47 -
YUV 137.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 192 97 205 0.06 0.53 0 0.20 292.78 0.52 0.59
Hex C0 61 CD 6 35 0 14 125 34 3B
Octal 300 141 315 6 65 0 24 445 64 73
Binary 11000000 1100001 11001101 110 110101 0 10100 100100101 110100 111011

Color Harmonies of #C061CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061CD

Black with #C061CD

Text Example


Text Example

White with #C061CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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