Html Css Color HEX #C354E0 Medium Orchid

📋 copy color: '#C354E0'

red 195 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #C354E0

Tints of Medium Orchid #C354E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 38.77%
G = 16.7%
B = 44.53%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C354E0 (or 0xC354E0) is known color: Medium Orchid. HEX triplet: C3, 54 and E0. RGB value is (195,84,224). Sum of RGB (Red+Green+Blue) = 195+84+224=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #C354E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354E0 is #3CAB1F. Grayscale: #848484. Windows color (decimal): -3975968 or 14701763. OLE color: 14701763.

HSL color Cylindrical-coordinate representation of color #C354E0: hue angle of 287.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C354E0 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 84 224 -
CMYK 0.13 0.62 0 0.12
HSL 287.57º 0.69% 0.6% -
HSV(B) 287.57º 0.63% 0.88% -
XYZ 39.13 23.32 72.96 -
YUV 133.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 195 84 224 0.13 0.62 0 0.12 287.57 0.69 0.6
Hex C3 54 E0 D 3E 0 C 120 45 3C
Octal 303 124 340 15 76 0 14 440 105 74
Binary 11000011 1010100 11100000 1101 111110 0 1100 100100000 1000101 111100

Color Harmonies of #C354E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354E0

Black with #C354E0

Text Example


Text Example

White with #C354E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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