Html Css Color HEX #C468CD Medium Orchid

📋 copy color: '#C468CD'

red 196 ◦ green 104 ◦ blue 205

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

Shades of Medium Orchid #C468CD

Tints of Medium Orchid #C468CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 38.81%
G = 20.59%
B = 40.59%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C468CD (or 0xC468CD) is known color: Medium Orchid. HEX triplet: C4, 68 and CD. RGB value is (196,104,205). Sum of RGB (Red+Green+Blue) = 196+104+205=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C468CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468CD is #3B9732. Grayscale: #8E8E8E. Windows color (decimal): -3905331 or 13461700. OLE color: 13461700.

HSL color Cylindrical-coordinate representation of color #C468CD: hue angle of 294.65º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C468CD is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 104 205 -
CMYK 0.04 0.49 0 0.20
HSL 294.65º 0.5% 0.61% -
HSV(B) 294.65º 0.49% 0.8% -
XYZ 38.73 26.04 60.74 -
YUV 143.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 196 104 205 0.04 0.49 0 0.20 294.65 0.5 0.61
Hex C4 68 CD 4 31 0 14 127 32 3D
Octal 304 150 315 4 61 0 24 447 62 75
Binary 11000100 1101000 11001101 100 110001 0 10100 100100111 110010 111101

Color Harmonies of #C468CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468CD

Black with #C468CD

Text Example


Text Example

White with #C468CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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