Html Css Color HEX #C555EF Medium Orchid

📋 copy color: '#C555EF'

red 197 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #C555EF

Tints of Medium Orchid #C555EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.31%

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 37.81%
G = 16.31%
B = 45.87%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C555EF (or 0xC555EF) is known color: Medium Orchid. HEX triplet: C5, 55 and EF. RGB value is (197,85,239). Sum of RGB (Red+Green+Blue) = 197+85+239=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #C555EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C555EF is #3AAA10. Grayscale: #878787. Windows color (decimal): -3844625 or 15685061. OLE color: 15685061.

HSL color Cylindrical-coordinate representation of color #C555EF: hue angle of 283.64º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C555EF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 85 239 -
CMYK 0.18 0.64 0 0.06
HSL 283.64º 0.83% 0.64% -
HSV(B) 283.64º 0.64% 0.94% -
XYZ 41.85 24.6 84.2 -
YUV 136.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 197 85 239 0.18 0.64 0 0.06 283.64 0.83 0.64
Hex C5 55 EF 12 40 0 6 11C 53 40
Octal 305 125 357 22 100 0 6 434 123 100
Binary 11000101 1010101 11101111 10010 1000000 0 110 100011100 1010011 1000000

Color Harmonies of #C555EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555EF

Black with #C555EF

Text Example


Text Example

White with #C555EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555EF; }

 p { color: rgb(197,85,239); }

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

background-color css

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

 a { background-color: rgb(197,85,239); }

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

border-color css

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

 span { border-color: rgb(197,85,239); }

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