Html Css Color HEX #C655DF Medium Orchid

📋 copy color: '#C655DF'

red 198 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #C655DF

Tints of Medium Orchid #C655DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 39.13%
G = 16.8%
B = 44.07%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C655DF (or 0xC655DF) is known color: Medium Orchid. HEX triplet: C6, 55 and DF. RGB value is (198,85,223). Sum of RGB (Red+Green+Blue) = 198+85+223=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #C655DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655DF is #39AA20. Grayscale: #868686. Windows color (decimal): -3779105 or 14636486. OLE color: 14636486.

HSL color Cylindrical-coordinate representation of color #C655DF: hue angle of 289.13º degrees, saturation: 0.68, 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 #C655DF is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 85 223 -
CMYK 0.11 0.62 0 0.13
HSL 289.13º 0.68% 0.6% -
HSV(B) 289.13º 0.62% 0.87% -
XYZ 39.86 23.83 72.31 -
YUV 134.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 198 85 223 0.11 0.62 0 0.13 289.13 0.68 0.6
Hex C6 55 DF B 3E 0 D 121 44 3C
Octal 306 125 337 13 76 0 15 441 104 74
Binary 11000110 1010101 11011111 1011 111110 0 1101 100100001 1000100 111100

Color Harmonies of #C655DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655DF

Black with #C655DF

Text Example


Text Example

White with #C655DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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