Html Css Color HEX #C465D0 Medium Orchid

📋 copy color: '#C465D0'

red 196 ◦ green 101 ◦ blue 208

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

Shades of Medium Orchid #C465D0

Tints of Medium Orchid #C465D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 38.81%
G = 20%
B = 41.19%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C465D0 (or 0xC465D0) is known color: Medium Orchid. HEX triplet: C4, 65 and D0. RGB value is (196,101,208). Sum of RGB (Red+Green+Blue) = 196+101+208=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #C465D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465D0 is #3B9A2F. Grayscale: #8D8D8D. Windows color (decimal): -3906096 or 13657540. OLE color: 13657540.

HSL color Cylindrical-coordinate representation of color #C465D0: hue angle of 293.27º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C465D0 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 101 208 -
CMYK 0.06 0.51 0 0.18
HSL 293.27º 0.53% 0.61% -
HSV(B) 293.27º 0.51% 0.82% -
XYZ 38.8 25.6 62.57 -
YUV 141.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 196 101 208 0.06 0.51 0 0.18 293.27 0.53 0.61
Hex C4 65 D0 6 33 0 12 125 35 3D
Octal 304 145 320 6 63 0 22 445 65 75
Binary 11000100 1100101 11010000 110 110011 0 10010 100100101 110101 111101

Color Harmonies of #C465D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465D0

Black with #C465D0

Text Example


Text Example

White with #C465D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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