Html Css Color HEX #C354CE Medium Orchid

📋 copy color: '#C354CE'

red 195 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #C354CE

Tints of Medium Orchid #C354CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 40.21%
G = 17.32%
B = 42.47%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C354CE (or 0xC354CE) is known color: Medium Orchid. HEX triplet: C3, 54 and CE. RGB value is (195,84,206). Sum of RGB (Red+Green+Blue) = 195+84+206=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #C354CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354CE is #3CAB31. Grayscale: #828282. Windows color (decimal): -3975986 or 13522115. OLE color: 13522115.

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

Color convert

RGB 195 84 206 -
CMYK 0.05 0.59 0 0.19
HSL 294.59º 0.55% 0.57% -
HSV(B) 294.59º 0.59% 0.81% -
XYZ 36.82 22.4 60.78 -
YUV 131.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 195 84 206 0.05 0.59 0 0.19 294.59 0.55 0.57
Hex C3 54 CE 5 3B 0 13 127 37 39
Octal 303 124 316 5 73 0 23 447 67 71
Binary 11000011 1010100 11001110 101 111011 0 10011 100100111 110111 111001

Color Harmonies of #C354CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354CE

Black with #C354CE

Text Example


Text Example

White with #C354CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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