Html Css Color HEX #C45FDA Medium Orchid

📋 copy color: '#C45FDA'

red 196 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #C45FDA

Tints of Medium Orchid #C45FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 38.51%
G = 18.66%
B = 42.83%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C45FDA (or 0xC45FDA) is known color: Medium Orchid. HEX triplet: C4, 5F and DA. RGB value is (196,95,218). Sum of RGB (Red+Green+Blue) = 196+95+218=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #C45FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FDA is #3BA025. Grayscale: #8A8A8A. Windows color (decimal): -3907622 or 14311364. OLE color: 14311364.

HSL color Cylindrical-coordinate representation of color #C45FDA: hue angle of 289.27º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45FDA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 95 218 -
CMYK 0.10 0.56 0 0.15
HSL 289.27º 0.62% 0.61% -
HSV(B) 289.27º 0.56% 0.85% -
XYZ 39.51 24.98 69.07 -
YUV 139.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 196 95 218 0.10 0.56 0 0.15 289.27 0.62 0.61
Hex C4 5F DA A 38 0 F 121 3E 3D
Octal 304 137 332 12 70 0 17 441 76 75
Binary 11000100 1011111 11011010 1010 111000 0 1111 100100001 111110 111101

Color Harmonies of #C45FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FDA

Black with #C45FDA

Text Example


Text Example

White with #C45FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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