Html Css Color HEX #C468DF Medium Orchid

📋 copy color: '#C468DF'

red 196 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #C468DF

Tints of Medium Orchid #C468DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.89%

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

R = 37.48%
G = 19.89%
B = 42.64%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C468DF (or 0xC468DF) is known color: Medium Orchid. HEX triplet: C4, 68 and DF. RGB value is (196,104,223). Sum of RGB (Red+Green+Blue) = 196+104+223=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C468DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468DF is #3B9720. Grayscale: #909090. Windows color (decimal): -3905313 or 14641348. OLE color: 14641348.

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

Color convert

RGB 196 104 223 -
CMYK 0.12 0.53 0 0.13
HSL 286.39º 0.65% 0.64% -
HSV(B) 286.39º 0.53% 0.87% -
XYZ 41.03 26.96 72.85 -
YUV 145.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 196 104 223 0.12 0.53 0 0.13 286.39 0.65 0.64
Hex C4 68 DF C 35 0 D 11E 41 40
Octal 304 150 337 14 65 0 15 436 101 100
Binary 11000100 1101000 11011111 1100 110101 0 1101 100011110 1000001 1000000

Color Harmonies of #C468DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468DF

Black with #C468DF

Text Example


Text Example

White with #C468DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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