Html Css Color HEX #C652EC Medium Orchid

📋 copy color: '#C652EC'

red 198 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #C652EC

Tints of Medium Orchid #C652EC

RGB

 RED value IS 198 (77.73% from 255) = 38.37%

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

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 38.37%
G = 15.89%
B = 45.74%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C652EC (or 0xC652EC) is known color: Medium Orchid. HEX triplet: C6, 52 and EC. RGB value is (198,82,236). Sum of RGB (Red+Green+Blue) = 198+82+236=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #C652EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C652EC is #39AD13. Grayscale: #858585. Windows color (decimal): -3779860 or 15487686. OLE color: 15487686.

HSL color Cylindrical-coordinate representation of color #C652EC: hue angle of 285.19º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C652EC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 82 236 -
CMYK 0.16 0.65 0 0.07
HSL 285.19º 0.8% 0.62% -
HSV(B) 285.19º 0.65% 0.93% -
XYZ 41.45 24.1 81.82 -
YUV 134.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 198 82 236 0.16 0.65 0 0.07 285.19 0.8 0.62
Hex C6 52 EC 10 41 0 7 11D 50 3E
Octal 306 122 354 20 101 0 7 435 120 76
Binary 11000110 1010010 11101100 10000 1000001 0 111 100011101 1010000 111110

Color Harmonies of #C652EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652EC

Black with #C652EC

Text Example


Text Example

White with #C652EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652EC; }

 p { color: rgb(198,82,236); }

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

background-color css

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

 a { background-color: rgb(198,82,236); }

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

border-color css

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

 span { border-color: rgb(198,82,236); }

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