Html Css Color HEX #C555EA Medium Orchid

📋 copy color: '#C555EA'

red 197 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #C555EA

Tints of Medium Orchid #C555EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 38.18%
G = 16.47%
B = 45.35%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C555EA (or 0xC555EA) is known color: Medium Orchid. HEX triplet: C5, 55 and EA. RGB value is (197,85,234). Sum of RGB (Red+Green+Blue) = 197+85+234=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #C555EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C555EA is #3AAA15. Grayscale: #868686. Windows color (decimal): -3844630 or 15357381. OLE color: 15357381.

HSL color Cylindrical-coordinate representation of color #C555EA: hue angle of 285.1º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C555EA is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 85 234 -
CMYK 0.16 0.64 0 0.08
HSL 285.1º 0.78% 0.63% -
HSV(B) 285.1º 0.64% 0.92% -
XYZ 41.13 24.31 80.37 -
YUV 135.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 197 85 234 0.16 0.64 0 0.08 285.1 0.78 0.63
Hex C5 55 EA 10 40 0 8 11D 4E 3F
Octal 305 125 352 20 100 0 10 435 116 77
Binary 11000101 1010101 11101010 10000 1000000 0 1000 100011101 1001110 111111

Color Harmonies of #C555EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555EA

Black with #C555EA

Text Example


Text Example

White with #C555EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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