Html Css Color HEX #C052CF Medium Orchid

📋 copy color: '#C052CF'

red 192 ◦ green 82 ◦ blue 207

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

Shades of Medium Orchid #C052CF

Tints of Medium Orchid #C052CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 39.92%
G = 17.05%
B = 43.04%

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

#C052CF (or 0xC052CF) is known color: Medium Orchid. HEX triplet: C0, 52 and CF. RGB value is (192,82,207). Sum of RGB (Red+Green+Blue) = 192+82+207=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #C052CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052CF is #3FAD30. Grayscale: #808080. Windows color (decimal): -4173105 or 13587136. OLE color: 13587136.

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

Color convert

RGB 192 82 207 -
CMYK 0.07 0.60 0 0.19
HSL 292.8º 0.57% 0.57% -
HSV(B) 292.8º 0.6% 0.81% -
XYZ 36.02 21.75 61.33 -
YUV 129.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 192 82 207 0.07 0.60 0 0.19 292.8 0.57 0.57
Hex C0 52 CF 7 3C 0 13 125 39 39
Octal 300 122 317 7 74 0 23 445 71 71
Binary 11000000 1010010 11001111 111 111100 0 10011 100100101 111001 111001

Color Harmonies of #C052CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052CF

Black with #C052CF

Text Example


Text Example

White with #C052CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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