Html Css Color HEX #C465DA Medium Orchid

📋 copy color: '#C465DA'

red 196 ◦ green 101 ◦ blue 218

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

Shades of Medium Orchid #C465DA

Tints of Medium Orchid #C465DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 38.06%
G = 19.61%
B = 42.33%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C465DA (or 0xC465DA) is known color: Medium Orchid. HEX triplet: C4, 65 and DA. RGB value is (196,101,218). Sum of RGB (Red+Green+Blue) = 196+101+218=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #C465DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465DA is #3B9A25. Grayscale: #8E8E8E. Windows color (decimal): -3906086 or 14312900. OLE color: 14312900.

HSL color Cylindrical-coordinate representation of color #C465DA: hue angle of 288.72º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C465DA is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 101 218 -
CMYK 0.10 0.54 0 0.15
HSL 288.72º 0.61% 0.63% -
HSV(B) 288.72º 0.54% 0.85% -
XYZ 40.07 26.11 69.26 -
YUV 142.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 196 101 218 0.10 0.54 0 0.15 288.72 0.61 0.63
Hex C4 65 DA A 36 0 F 121 3D 3F
Octal 304 145 332 12 66 0 17 441 75 77
Binary 11000100 1100101 11011010 1010 110110 0 1111 100100001 111101 111111

Color Harmonies of #C465DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465DA

Black with #C465DA

Text Example


Text Example

White with #C465DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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