Html Css Color HEX #C655DA Medium Orchid

📋 copy color: '#C655DA'

red 198 ◦ green 85 ◦ blue 218

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

Shades of Medium Orchid #C655DA

Tints of Medium Orchid #C655DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 39.52%
G = 16.97%
B = 43.51%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C655DA (or 0xC655DA) is known color: Medium Orchid. HEX triplet: C6, 55 and DA. RGB value is (198,85,218). Sum of RGB (Red+Green+Blue) = 198+85+218=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #C655DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655DA is #39AA25. Grayscale: #858585. Windows color (decimal): -3779110 or 14308806. OLE color: 14308806.

HSL color Cylindrical-coordinate representation of color #C655DA: hue angle of 290.98º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C655DA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 85 218 -
CMYK 0.09 0.61 0 0.15
HSL 290.98º 0.64% 0.59% -
HSV(B) 290.98º 0.61% 0.85% -
XYZ 39.19 23.56 68.81 -
YUV 133.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 198 85 218 0.09 0.61 0 0.15 290.98 0.64 0.59
Hex C6 55 DA 9 3D 0 F 123 40 3B
Octal 306 125 332 11 75 0 17 443 100 73
Binary 11000110 1010101 11011010 1001 111101 0 1111 100100011 1000000 111011

Color Harmonies of #C655DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655DA

Black with #C655DA

Text Example


Text Example

White with #C655DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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