Html Css Color HEX #C052CE Medium Orchid

📋 copy color: '#C052CE'

red 192 ◦ green 82 ◦ blue 206

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

Shades of Medium Orchid #C052CE

Tints of Medium Orchid #C052CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.08%

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 40%
G = 17.08%
B = 42.92%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C052CE (or 0xC052CE) is known color: Medium Orchid. HEX triplet: C0, 52 and CE. RGB value is (192,82,206). Sum of RGB (Red+Green+Blue) = 192+82+206=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #C052CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052CE is #3FAD31. Grayscale: #808080. Windows color (decimal): -4173106 or 13521600. OLE color: 13521600.

HSL color Cylindrical-coordinate representation of color #C052CE: hue angle of 293.23º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C052CE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 82 206 -
CMYK 0.07 0.60 0 0.19
HSL 293.23º 0.56% 0.56% -
HSV(B) 293.23º 0.6% 0.81% -
XYZ 35.9 21.7 60.69 -
YUV 129.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 192 82 206 0.07 0.60 0 0.19 293.23 0.56 0.56
Hex C0 52 CE 7 3C 0 13 125 38 38
Octal 300 122 316 7 74 0 23 445 70 70
Binary 11000000 1010010 11001110 111 111100 0 10011 100100101 111000 111000

Color Harmonies of #C052CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052CE

Black with #C052CE

Text Example


Text Example

White with #C052CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052CE; }

 p { color: rgb(192,82,206); }

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

background-color css

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

 a { background-color: rgb(192,82,206); }

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

border-color css

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

 span { border-color: rgb(192,82,206); }

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