Html Css Color HEX #C552CF Medium Orchid

📋 copy color: '#C552CF'

red 197 ◦ green 82 ◦ blue 207

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

Shades of Medium Orchid #C552CF

Tints of Medium Orchid #C552CF

RGB

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

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

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

R = 40.53%
G = 16.87%
B = 42.59%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C552CF (or 0xC552CF) is known color: Medium Orchid. HEX triplet: C5, 52 and CF. RGB value is (197,82,207). Sum of RGB (Red+Green+Blue) = 197+82+207=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #C552CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552CF is #3AAD30. Grayscale: #828282. Windows color (decimal): -3845425 or 13587141. OLE color: 13587141.

HSL color Cylindrical-coordinate representation of color #C552CF: hue angle of 295.2º 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 #C552CF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 82 207 -
CMYK 0.05 0.60 0 0.19
HSL 295.2º 0.57% 0.57% -
HSV(B) 295.2º 0.6% 0.81% -
XYZ 37.31 22.41 61.39 -
YUV 130.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 197 82 207 0.05 0.60 0 0.19 295.2 0.57 0.57
Hex C5 52 CF 5 3C 0 13 127 39 39
Octal 305 122 317 5 74 0 23 447 71 71
Binary 11000101 1010010 11001111 101 111100 0 10011 100100111 111001 111001

Color Harmonies of #C552CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552CF

Black with #C552CF

Text Example


Text Example

White with #C552CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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