Html Css Color HEX #C45CDA Medium Orchid

📋 copy color: '#C45CDA'

red 196 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #C45CDA

Tints of Medium Orchid #C45CDA

RGB

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

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

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

R = 38.74%
G = 18.18%
B = 43.08%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C45CDA (or 0xC45CDA) is known color: Medium Orchid. HEX triplet: C4, 5C and DA. RGB value is (196,92,218). Sum of RGB (Red+Green+Blue) = 196+92+218=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #C45CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45CDA is #3BA325. Grayscale: #898989. Windows color (decimal): -3908390 or 14310596. OLE color: 14310596.

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

Color convert

RGB 196 92 218 -
CMYK 0.10 0.58 0 0.15
HSL 289.52º 0.63% 0.61% -
HSV(B) 289.52º 0.58% 0.85% -
XYZ 39.25 24.45 68.98 -
YUV 137.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 196 92 218 0.10 0.58 0 0.15 289.52 0.63 0.61
Hex C4 5C DA A 3A 0 F 122 3F 3D
Octal 304 134 332 12 72 0 17 442 77 75
Binary 11000100 1011100 11011010 1010 111010 0 1111 100100010 111111 111101

Color Harmonies of #C45CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CDA

Black with #C45CDA

Text Example


Text Example

White with #C45CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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