Html Css Color HEX #C63DDB Medium Orchid

📋 copy color: '#C63DDB'

red 198 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #C63DDB

Tints of Medium Orchid #C63DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 41.42%
G = 12.76%
B = 45.82%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C63DDB (or 0xC63DDB) is known color: Medium Orchid. HEX triplet: C6, 3D and DB. RGB value is (198,61,219). Sum of RGB (Red+Green+Blue) = 198+61+219=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #C63DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DDB is #39C224. Grayscale: #777777. Windows color (decimal): -3785253 or 14368198. OLE color: 14368198.

HSL color Cylindrical-coordinate representation of color #C63DDB: hue angle of 292.03º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63DDB is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 61 219 -
CMYK 0.10 0.72 0 0.14
HSL 292.03º 0.69% 0.55% -
HSV(B) 292.03º 0.72% 0.86% -
XYZ 37.74 20.46 68.98 -
YUV 119.98 183.89 183.65 -
System Red Green Blue C M Y K H S L
Decimal 198 61 219 0.10 0.72 0 0.14 292.03 0.69 0.55
Hex C6 3D DB A 48 0 E 124 45 37
Octal 306 75 333 12 110 0 16 444 105 67
Binary 11000110 111101 11011011 1010 1001000 0 1110 100100100 1000101 110111

Color Harmonies of #C63DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DDB

Black with #C63DDB

Text Example


Text Example

White with #C63DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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