Html Css Color HEX #C63DDA Medium Orchid

📋 copy color: '#C63DDA'

red 198 ◦ green 61 ◦ blue 218

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

Shades of Medium Orchid #C63DDA

Tints of Medium Orchid #C63DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.79%

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

R = 41.51%
G = 12.79%
B = 45.7%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C63DDA (or 0xC63DDA) is known color: Medium Orchid. HEX triplet: C6, 3D and DA. RGB value is (198,61,218). Sum of RGB (Red+Green+Blue) = 198+61+218=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #C63DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DDA is #39C225. Grayscale: #777777. Windows color (decimal): -3785254 or 14302662. OLE color: 14302662.

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

Color convert

RGB 198 61 218 -
CMYK 0.09 0.72 0 0.15
HSL 292.36º 0.68% 0.55% -
HSV(B) 292.36º 0.72% 0.85% -
XYZ 37.61 20.41 68.29 -
YUV 119.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 198 61 218 0.09 0.72 0 0.15 292.36 0.68 0.55
Hex C6 3D DA 9 48 0 F 124 44 37
Octal 306 75 332 11 110 0 17 444 104 67
Binary 11000110 111101 11011010 1001 1001000 0 1111 100100100 1000100 110111

Color Harmonies of #C63DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DDA

Black with #C63DDA

Text Example


Text Example

White with #C63DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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