Html Css Color HEX #C45ACF Medium Orchid

📋 copy color: '#C45ACF'

red 196 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #C45ACF

Tints of Medium Orchid #C45ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.26%

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 39.76%
G = 18.26%
B = 41.99%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C45ACF (or 0xC45ACF) is known color: Medium Orchid. HEX triplet: C4, 5A and CF. RGB value is (196,90,207). Sum of RGB (Red+Green+Blue) = 196+90+207=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C45ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ACF is #3BA530. Grayscale: #868686. Windows color (decimal): -3908913 or 13589188. OLE color: 13589188.

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

Color convert

RGB 196 90 207 -
CMYK 0.05 0.57 0 0.19
HSL 294.36º 0.55% 0.58% -
HSV(B) 294.36º 0.57% 0.81% -
XYZ 37.68 23.55 61.59 -
YUV 135.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 196 90 207 0.05 0.57 0 0.19 294.36 0.55 0.58
Hex C4 5A CF 5 39 0 13 126 37 3A
Octal 304 132 317 5 71 0 23 446 67 72
Binary 11000100 1011010 11001111 101 111001 0 10011 100100110 110111 111010

Color Harmonies of #C45ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45ACF

Black with #C45ACF

Text Example


Text Example

White with #C45ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45ACF; }

 p { color: rgb(196,90,207); }

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

background-color css

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

 a { background-color: rgb(196,90,207); }

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

border-color css

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

 span { border-color: rgb(196,90,207); }

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