Html Css Color HEX #C263DB Medium Orchid

📋 copy color: '#C263DB'

red 194 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #C263DB

Tints of Medium Orchid #C263DB

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

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

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

R = 37.89%
G = 19.34%
B = 42.77%

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

#C263DB (or 0xC263DB) is known color: Medium Orchid. HEX triplet: C2, 63 and DB. RGB value is (194,99,219). Sum of RGB (Red+Green+Blue) = 194+99+219=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C263DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263DB is #3D9C24. Grayscale: #8C8C8C. Windows color (decimal): -4037669 or 14377922. OLE color: 14377922.

HSL color Cylindrical-coordinate representation of color #C263DB: hue angle of 287.5º 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 #C263DB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 99 219 -
CMYK 0.11 0.55 0 0.14
HSL 287.5º 0.63% 0.62% -
HSV(B) 287.5º 0.55% 0.86% -
XYZ 39.5 25.51 69.86 -
YUV 141.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 194 99 219 0.11 0.55 0 0.14 287.5 0.63 0.62
Hex C2 63 DB B 37 0 E 120 3E 3E
Octal 302 143 333 13 67 0 16 440 76 76
Binary 11000010 1100011 11011011 1011 110111 0 1110 100100000 111110 111110

Color Harmonies of #C263DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263DB

Black with #C263DB

Text Example


Text Example

White with #C263DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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