Html Css Color HEX #C465DB Medium Orchid

📋 copy color: '#C465DB'

red 196 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #C465DB

Tints of Medium Orchid #C465DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 37.98%
G = 19.57%
B = 42.44%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C465DB (or 0xC465DB) is known color: Medium Orchid. HEX triplet: C4, 65 and DB. RGB value is (196,101,219). Sum of RGB (Red+Green+Blue) = 196+101+219=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #C465DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465DB is #3B9A24. Grayscale: #8E8E8E. Windows color (decimal): -3906085 or 14378436. OLE color: 14378436.

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

Color convert

RGB 196 101 219 -
CMYK 0.11 0.54 0 0.14
HSL 288.31º 0.62% 0.63% -
HSV(B) 288.31º 0.54% 0.86% -
XYZ 40.2 26.16 69.95 -
YUV 142.86 170.97 165.91 -
System Red Green Blue C M Y K H S L
Decimal 196 101 219 0.11 0.54 0 0.14 288.31 0.62 0.63
Hex C4 65 DB B 36 0 E 120 3E 3F
Octal 304 145 333 13 66 0 16 440 76 77
Binary 11000100 1100101 11011011 1011 110110 0 1110 100100000 111110 111111

Color Harmonies of #C465DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465DB

Black with #C465DB

Text Example


Text Example

White with #C465DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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