Html Css Color HEX #C655DB Medium Orchid

📋 copy color: '#C655DB'

red 198 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #C655DB

Tints of Medium Orchid #C655DB

RGB

 RED value IS 198 (77.73% from 255) = 39.44%

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

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

R = 39.44%
G = 16.93%
B = 43.63%

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

#C655DB (or 0xC655DB) is known color: Medium Orchid. HEX triplet: C6, 55 and DB. RGB value is (198,85,219). Sum of RGB (Red+Green+Blue) = 198+85+219=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #C655DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655DB is #39AA24. Grayscale: #858585. Windows color (decimal): -3779109 or 14374342. OLE color: 14374342.

HSL color Cylindrical-coordinate representation of color #C655DB: hue angle of 290.6º 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 #C655DB is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 85 219 -
CMYK 0.10 0.61 0 0.14
HSL 290.6º 0.65% 0.6% -
HSV(B) 290.6º 0.61% 0.86% -
XYZ 39.32 23.62 69.5 -
YUV 134.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 198 85 219 0.10 0.61 0 0.14 290.6 0.65 0.6
Hex C6 55 DB A 3D 0 E 123 41 3C
Octal 306 125 333 12 75 0 16 443 101 74
Binary 11000110 1010101 11011011 1010 111101 0 1110 100100011 1000001 111100

Color Harmonies of #C655DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655DB

Black with #C655DB

Text Example


Text Example

White with #C655DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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