Html Css Color HEX #C468DA Medium Orchid

📋 copy color: '#C468DA'

red 196 ◦ green 104 ◦ blue 218

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

Shades of Medium Orchid #C468DA

Tints of Medium Orchid #C468DA

RGB

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

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

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

R = 37.84%
G = 20.08%
B = 42.08%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C468DA (or 0xC468DA) is known color: Medium Orchid. HEX triplet: C4, 68 and DA. RGB value is (196,104,218). Sum of RGB (Red+Green+Blue) = 196+104+218=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #C468DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468DA is #3B9725. Grayscale: #909090. Windows color (decimal): -3905318 or 14313668. OLE color: 14313668.

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

Color convert

RGB 196 104 218 -
CMYK 0.10 0.52 0 0.15
HSL 288.42º 0.61% 0.63% -
HSV(B) 288.42º 0.52% 0.85% -
XYZ 40.37 26.7 69.36 -
YUV 144.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 196 104 218 0.10 0.52 0 0.15 288.42 0.61 0.63
Hex C4 68 DA A 34 0 F 120 3D 3F
Octal 304 150 332 12 64 0 17 440 75 77
Binary 11000100 1101000 11011010 1010 110100 0 1111 100100000 111101 111111

Color Harmonies of #C468DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468DA

Black with #C468DA

Text Example


Text Example

White with #C468DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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