Html Css Color HEX #C465DF Medium Orchid

📋 copy color: '#C465DF'

red 196 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #C465DF

Tints of Medium Orchid #C465DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 37.69%
G = 19.42%
B = 42.88%

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

#C465DF (or 0xC465DF) is known color: Medium Orchid. HEX triplet: C4, 65 and DF. RGB value is (196,101,223). Sum of RGB (Red+Green+Blue) = 196+101+223=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #C465DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465DF is #3B9A20. Grayscale: #8E8E8E. Windows color (decimal): -3906081 or 14640580. OLE color: 14640580.

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

Color convert

RGB 196 101 223 -
CMYK 0.12 0.55 0 0.13
HSL 286.72º 0.66% 0.64% -
HSV(B) 286.72º 0.55% 0.87% -
XYZ 40.74 26.37 72.76 -
YUV 143.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 196 101 223 0.12 0.55 0 0.13 286.72 0.66 0.64
Hex C4 65 DF C 37 0 D 11F 42 40
Octal 304 145 337 14 67 0 15 437 102 100
Binary 11000100 1100101 11011111 1100 110111 0 1101 100011111 1000010 1000000

Color Harmonies of #C465DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465DF

Black with #C465DF

Text Example


Text Example

White with #C465DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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