Html Css Color HEX #C555DB Medium Orchid

📋 copy color: '#C555DB'

red 197 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #C555DB

Tints of Medium Orchid #C555DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 39.32%
G = 16.97%
B = 43.71%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C555DB (or 0xC555DB) is known color: Medium Orchid. HEX triplet: C5, 55 and DB. RGB value is (197,85,219). Sum of RGB (Red+Green+Blue) = 197+85+219=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #C555DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555DB is #3AAA24. Grayscale: #858585. Windows color (decimal): -3844645 or 14374341. OLE color: 14374341.

HSL color Cylindrical-coordinate representation of color #C555DB: hue angle of 290.15º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C555DB is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 85 219 -
CMYK 0.10 0.61 0 0.14
HSL 290.15º 0.65% 0.6% -
HSV(B) 290.15º 0.61% 0.86% -
XYZ 39.06 23.48 69.49 -
YUV 133.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 197 85 219 0.10 0.61 0 0.14 290.15 0.65 0.6
Hex C5 55 DB A 3D 0 E 122 41 3C
Octal 305 125 333 12 75 0 16 442 101 74
Binary 11000101 1010101 11011011 1010 111101 0 1110 100100010 1000001 111100

Color Harmonies of #C555DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555DB

Black with #C555DB

Text Example


Text Example

White with #C555DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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