Html Css Color HEX #C363DB Medium Orchid

📋 copy color: '#C363DB'

red 195 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #C363DB

Tints of Medium Orchid #C363DB

RGB

 RED value IS 195 (76.56% from 255) = 38.01%

 GREEN value IS 99 (39.06% from 255) = 19.3%

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

R = 38.01%
G = 19.3%
B = 42.69%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C363DB (or 0xC363DB) is known color: Medium Orchid. HEX triplet: C3, 63 and DB. RGB value is (195,99,219). Sum of RGB (Red+Green+Blue) = 195+99+219=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #C363DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363DB is #3C9C24. Grayscale: #8D8D8D. Windows color (decimal): -3972133 or 14377923. OLE color: 14377923.

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

Color convert

RGB 195 99 219 -
CMYK 0.11 0.55 0 0.14
HSL 288º 0.63% 0.62% -
HSV(B) 288º 0.55% 0.86% -
XYZ 39.75 25.64 69.87 -
YUV 141.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 195 99 219 0.11 0.55 0 0.14 288 0.63 0.62
Hex C3 63 DB B 37 0 E 120 3E 3E
Octal 303 143 333 13 67 0 16 440 76 76
Binary 11000011 1100011 11011011 1011 110111 0 1110 100100000 111110 111110

Color Harmonies of #C363DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C363DB

Black with #C363DB

Text Example


Text Example

White with #C363DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C363DB; }

 p { color: rgb(195,99,219); }

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

background-color css

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

 a { background-color: rgb(195,99,219); }

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

border-color css

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

 span { border-color: rgb(195,99,219); }

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