Html Css Color HEX #C655DD Medium Orchid

📋 copy color: '#C655DD'

red 198 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #C655DD

Tints of Medium Orchid #C655DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 39.29%
G = 16.87%
B = 43.85%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C655DD (or 0xC655DD) is known color: Medium Orchid. HEX triplet: C6, 55 and DD. RGB value is (198,85,221). Sum of RGB (Red+Green+Blue) = 198+85+221=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #C655DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655DD is #39AA22. Grayscale: #858585. Windows color (decimal): -3779107 or 14505414. OLE color: 14505414.

HSL color Cylindrical-coordinate representation of color #C655DD: hue angle of 289.85º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C655DD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 85 221 -
CMYK 0.10 0.62 0 0.13
HSL 289.85º 0.67% 0.6% -
HSV(B) 289.85º 0.62% 0.87% -
XYZ 39.59 23.72 70.9 -
YUV 134.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 198 85 221 0.10 0.62 0 0.13 289.85 0.67 0.6
Hex C6 55 DD A 3E 0 D 122 43 3C
Octal 306 125 335 12 76 0 15 442 103 74
Binary 11000110 1010101 11011101 1010 111110 0 1101 100100010 1000011 111100

Color Harmonies of #C655DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655DD

Black with #C655DD

Text Example


Text Example

White with #C655DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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