Html Css Color HEX #C263DD Medium Orchid

📋 copy color: '#C263DD'

red 194 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #C263DD

Tints of Medium Orchid #C263DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 37.74%
G = 19.26%
B = 43%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C263DD (or 0xC263DD) is known color: Medium Orchid. HEX triplet: C2, 63 and DD. RGB value is (194,99,221). Sum of RGB (Red+Green+Blue) = 194+99+221=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #C263DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263DD is #3D9C22. Grayscale: #8C8C8C. Windows color (decimal): -4037667 or 14508994. OLE color: 14508994.

HSL color Cylindrical-coordinate representation of color #C263DD: hue angle of 286.72º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C263DD is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 99 221 -
CMYK 0.12 0.55 0 0.13
HSL 286.72º 0.64% 0.63% -
HSV(B) 286.72º 0.55% 0.87% -
XYZ 39.76 25.61 71.25 -
YUV 141.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 194 99 221 0.12 0.55 0 0.13 286.72 0.64 0.63
Hex C2 63 DD C 37 0 D 11F 40 3F
Octal 302 143 335 14 67 0 15 437 100 77
Binary 11000010 1100011 11011101 1100 110111 0 1101 100011111 1000000 111111

Color Harmonies of #C263DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263DD

Black with #C263DD

Text Example


Text Example

White with #C263DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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