Html Css Color HEX #C552DE Medium Orchid

📋 copy color: '#C552DE'

red 197 ◦ green 82 ◦ blue 222

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

Shades of Medium Orchid #C552DE

Tints of Medium Orchid #C552DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 39.32%
G = 16.37%
B = 44.31%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C552DE (or 0xC552DE) is known color: Medium Orchid. HEX triplet: C5, 52 and DE. RGB value is (197,82,222). Sum of RGB (Red+Green+Blue) = 197+82+222=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #C552DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552DE is #3AAD21. Grayscale: #838383. Windows color (decimal): -3845410 or 14570181. OLE color: 14570181.

HSL color Cylindrical-coordinate representation of color #C552DE: hue angle of 289.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C552DE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 82 222 -
CMYK 0.11 0.63 0 0.13
HSL 289.29º 0.68% 0.6% -
HSV(B) 289.29º 0.63% 0.87% -
XYZ 39.23 23.18 71.51 -
YUV 132.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 197 82 222 0.11 0.63 0 0.13 289.29 0.68 0.6
Hex C5 52 DE B 3F 0 D 121 44 3C
Octal 305 122 336 13 77 0 15 441 104 74
Binary 11000101 1010010 11011110 1011 111111 0 1101 100100001 1000100 111100

Color Harmonies of #C552DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552DE

Black with #C552DE

Text Example


Text Example

White with #C552DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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