Html Css Color HEX #C45CEC Medium Orchid

📋 copy color: '#C45CEC'

red 196 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #C45CEC

Tints of Medium Orchid #C45CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 37.4%
G = 17.56%
B = 45.04%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C45CEC (or 0xC45CEC) is known color: Medium Orchid. HEX triplet: C4, 5C and EC. RGB value is (196,92,236). Sum of RGB (Red+Green+Blue) = 196+92+236=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #C45CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45CEC is #3BA313. Grayscale: #8B8B8B. Windows color (decimal): -3908372 or 15490244. OLE color: 15490244.

HSL color Cylindrical-coordinate representation of color #C45CEC: hue angle of 283.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45CEC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 92 236 -
CMYK 0.17 0.61 0 0.07
HSL 283.33º 0.79% 0.64% -
HSV(B) 283.33º 0.61% 0.93% -
XYZ 41.73 25.45 82.07 -
YUV 139.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 196 92 236 0.17 0.61 0 0.07 283.33 0.79 0.64
Hex C4 5C EC 11 3D 0 7 11B 4F 40
Octal 304 134 354 21 75 0 7 433 117 100
Binary 11000100 1011100 11101100 10001 111101 0 111 100011011 1001111 1000000

Color Harmonies of #C45CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CEC

Black with #C45CEC

Text Example


Text Example

White with #C45CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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