Html Css Color HEX #C45CCE Medium Orchid

📋 copy color: '#C45CCE'

red 196 ◦ green 92 ◦ blue 206

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

Shades of Medium Orchid #C45CCE

Tints of Medium Orchid #C45CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.62%

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 39.68%
G = 18.62%
B = 41.7%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C45CCE (or 0xC45CCE) is known color: Medium Orchid. HEX triplet: C4, 5C and CE. RGB value is (196,92,206). Sum of RGB (Red+Green+Blue) = 196+92+206=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #C45CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45CCE is #3BA331. Grayscale: #878787. Windows color (decimal): -3908402 or 13524164. OLE color: 13524164.

HSL color Cylindrical-coordinate representation of color #C45CCE: hue angle of 294.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45CCE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 92 206 -
CMYK 0.05 0.55 0 0.19
HSL 294.74º 0.54% 0.58% -
HSV(B) 294.74º 0.55% 0.81% -
XYZ 37.73 23.85 61.01 -
YUV 136.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 196 92 206 0.05 0.55 0 0.19 294.74 0.54 0.58
Hex C4 5C CE 5 37 0 13 127 36 3A
Octal 304 134 316 5 67 0 23 447 66 72
Binary 11000100 1011100 11001110 101 110111 0 10011 100100111 110110 111010

Color Harmonies of #C45CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CCE

Black with #C45CCE

Text Example


Text Example

White with #C45CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CCE; }

 p { color: rgb(196,92,206); }

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

background-color css

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

 a { background-color: rgb(196,92,206); }

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

border-color css

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

 span { border-color: rgb(196,92,206); }

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