Html Css Color HEX #C555CF Medium Orchid

📋 copy color: '#C555CF'

red 197 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #C555CF

Tints of Medium Orchid #C555CF

RGB

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

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

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

R = 40.29%
G = 17.38%
B = 42.33%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C555CF (or 0xC555CF) is known color: Medium Orchid. HEX triplet: C5, 55 and CF. RGB value is (197,85,207). Sum of RGB (Red+Green+Blue) = 197+85+207=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #C555CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555CF is #3AAA30. Grayscale: #848484. Windows color (decimal): -3844657 or 13587909. OLE color: 13587909.

HSL color Cylindrical-coordinate representation of color #C555CF: hue angle of 295.08º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C555CF is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 85 207 -
CMYK 0.05 0.59 0 0.19
HSL 295.08º 0.56% 0.57% -
HSV(B) 295.08º 0.59% 0.81% -
XYZ 37.54 22.87 61.47 -
YUV 132.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 197 85 207 0.05 0.59 0 0.19 295.08 0.56 0.57
Hex C5 55 CF 5 3B 0 13 127 38 39
Octal 305 125 317 5 73 0 23 447 70 71
Binary 11000101 1010101 11001111 101 111011 0 10011 100100111 111000 111001

Color Harmonies of #C555CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555CF

Black with #C555CF

Text Example


Text Example

White with #C555CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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