Html Css Color HEX #C552EE Medium Orchid

📋 copy color: '#C552EE'

red 197 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #C552EE

Tints of Medium Orchid #C552EE

RGB

 RED value IS 197 (77.34% from 255) = 38.1%

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 38.1%
G = 15.86%
B = 46.03%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C552EE (or 0xC552EE) is known color: Medium Orchid. HEX triplet: C5, 52 and EE. RGB value is (197,82,238). Sum of RGB (Red+Green+Blue) = 197+82+238=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #C552EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C552EE is #3AAD11. Grayscale: #858585. Windows color (decimal): -3845394 or 15618757. OLE color: 15618757.

HSL color Cylindrical-coordinate representation of color #C552EE: hue angle of 284.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C552EE is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 82 238 -
CMYK 0.17 0.66 0 0.07
HSL 284.23º 0.82% 0.63% -
HSV(B) 284.23º 0.66% 0.93% -
XYZ 41.48 24.08 83.35 -
YUV 134.17 186.6 172.82 -
System Red Green Blue C M Y K H S L
Decimal 197 82 238 0.17 0.66 0 0.07 284.23 0.82 0.63
Hex C5 52 EE 11 42 0 7 11C 52 3F
Octal 305 122 356 21 102 0 7 434 122 77
Binary 11000101 1010010 11101110 10001 1000010 0 111 100011100 1010010 111111

Color Harmonies of #C552EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552EE

Black with #C552EE

Text Example


Text Example

White with #C552EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552EE; }

 p { color: rgb(197,82,238); }

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

background-color css

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

 a { background-color: rgb(197,82,238); }

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

border-color css

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

 span { border-color: rgb(197,82,238); }

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