Html Css Color HEX #C63DDF Medium Orchid

📋 copy color: '#C63DDF'

red 198 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #C63DDF

Tints of Medium Orchid #C63DDF

RGB

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

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

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

R = 41.08%
G = 12.66%
B = 46.27%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C63DDF (or 0xC63DDF) is known color: Medium Orchid. HEX triplet: C6, 3D and DF. RGB value is (198,61,223). Sum of RGB (Red+Green+Blue) = 198+61+223=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #C63DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DDF is #39C220. Grayscale: #777777. Windows color (decimal): -3785249 or 14630342. OLE color: 14630342.

HSL color Cylindrical-coordinate representation of color #C63DDF: hue angle of 290.74º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63DDF is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 61 223 -
CMYK 0.11 0.73 0 0.13
HSL 290.74º 0.72% 0.56% -
HSV(B) 290.74º 0.73% 0.87% -
XYZ 38.28 20.67 71.78 -
YUV 120.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 198 61 223 0.11 0.73 0 0.13 290.74 0.72 0.56
Hex C6 3D DF B 49 0 D 123 48 38
Octal 306 75 337 13 111 0 15 443 110 70
Binary 11000110 111101 11011111 1011 1001001 0 1101 100100011 1001000 111000

Color Harmonies of #C63DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DDF

Black with #C63DDF

Text Example


Text Example

White with #C63DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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