Html Css Color HEX #C465DD Medium Orchid

📋 copy color: '#C465DD'

red 196 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #C465DD

Tints of Medium Orchid #C465DD

RGB

 RED value IS 196 (76.95% from 255) = 37.84%

 GREEN value IS 101 (39.84% from 255) = 19.5%

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

R = 37.84%
G = 19.5%
B = 42.66%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C465DD (or 0xC465DD) is known color: Medium Orchid. HEX triplet: C4, 65 and DD. RGB value is (196,101,221). Sum of RGB (Red+Green+Blue) = 196+101+221=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C465DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465DD is #3B9A22. Grayscale: #8E8E8E. Windows color (decimal): -3906083 or 14509508. OLE color: 14509508.

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

Color convert

RGB 196 101 221 -
CMYK 0.11 0.54 0 0.13
HSL 287.5º 0.64% 0.63% -
HSV(B) 287.5º 0.54% 0.87% -
XYZ 40.47 26.26 71.34 -
YUV 143.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 196 101 221 0.11 0.54 0 0.13 287.5 0.64 0.63
Hex C4 65 DD B 36 0 D 120 40 3F
Octal 304 145 335 13 66 0 15 440 100 77
Binary 11000100 1100101 11011101 1011 110110 0 1101 100100000 1000000 111111

Color Harmonies of #C465DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465DD

Black with #C465DD

Text Example


Text Example

White with #C465DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465DD; }

 p { color: rgb(196,101,221); }

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

background-color css

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

 a { background-color: rgb(196,101,221); }

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

border-color css

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

 span { border-color: rgb(196,101,221); }

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