Html Css Color HEX #C354DC Medium Orchid

📋 copy color: '#C354DC'

red 195 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #C354DC

Tints of Medium Orchid #C354DC

RGB

 RED value IS 195 (76.56% from 255) = 39.08%

 GREEN value IS 84 (33.2% from 255) = 16.83%

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 39.08%
G = 16.83%
B = 44.09%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C354DC (or 0xC354DC) is known color: Medium Orchid. HEX triplet: C3, 54 and DC. RGB value is (195,84,220). Sum of RGB (Red+Green+Blue) = 195+84+220=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #C354DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354DC is #3CAB23. Grayscale: #848484. Windows color (decimal): -3975972 or 14439619. OLE color: 14439619.

HSL color Cylindrical-coordinate representation of color #C354DC: hue angle of 288.97º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C354DC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 84 220 -
CMYK 0.11 0.62 0 0.14
HSL 288.97º 0.66% 0.6% -
HSV(B) 288.97º 0.62% 0.86% -
XYZ 38.59 23.11 70.14 -
YUV 132.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 195 84 220 0.11 0.62 0 0.14 288.97 0.66 0.6
Hex C3 54 DC B 3E 0 E 121 42 3C
Octal 303 124 334 13 76 0 16 441 102 74
Binary 11000011 1010100 11011100 1011 111110 0 1110 100100001 1000010 111100

Color Harmonies of #C354DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354DC

Black with #C354DC

Text Example


Text Example

White with #C354DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354DC; }

 p { color: rgb(195,84,220); }

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

background-color css

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

 a { background-color: rgb(195,84,220); }

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

border-color css

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

 span { border-color: rgb(195,84,220); }

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