Html Css Color HEX #C45FEA Medium Orchid

📋 copy color: '#C45FEA'

red 196 ◦ green 95 ◦ blue 234

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

Shades of Medium Orchid #C45FEA

Tints of Medium Orchid #C45FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.1%

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 37.33%
G = 18.1%
B = 44.57%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C45FEA (or 0xC45FEA) is known color: Medium Orchid. HEX triplet: C4, 5F and EA. RGB value is (196,95,234). Sum of RGB (Red+Green+Blue) = 196+95+234=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #C45FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FEA is #3BA015. Grayscale: #8C8C8C. Windows color (decimal): -3907606 or 15359940. OLE color: 15359940.

HSL color Cylindrical-coordinate representation of color #C45FEA: hue angle of 283.6º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45FEA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 95 234 -
CMYK 0.16 0.59 0 0.08
HSL 283.6º 0.77% 0.65% -
HSV(B) 283.6º 0.59% 0.92% -
XYZ 41.71 25.86 80.64 -
YUV 141.05 180.46 167.2 -
System Red Green Blue C M Y K H S L
Decimal 196 95 234 0.16 0.59 0 0.08 283.6 0.77 0.65
Hex C4 5F EA 10 3B 0 8 11C 4D 41
Octal 304 137 352 20 73 0 10 434 115 101
Binary 11000100 1011111 11101010 10000 111011 0 1000 100011100 1001101 1000001

Color Harmonies of #C45FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FEA

Black with #C45FEA

Text Example


Text Example

White with #C45FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FEA; }

 p { color: rgb(196,95,234); }

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

background-color css

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

 a { background-color: rgb(196,95,234); }

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

border-color css

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

 span { border-color: rgb(196,95,234); }

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