Html Css Color HEX #C354DE Medium Orchid

📋 copy color: '#C354DE'

red 195 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #C354DE

Tints of Medium Orchid #C354DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 38.92%
G = 16.77%
B = 44.31%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C354DE (or 0xC354DE) is known color: Medium Orchid. HEX triplet: C3, 54 and DE. RGB value is (195,84,222). Sum of RGB (Red+Green+Blue) = 195+84+222=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #C354DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354DE is #3CAB21. Grayscale: #848484. Windows color (decimal): -3975970 or 14570691. OLE color: 14570691.

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

Color convert

RGB 195 84 222 -
CMYK 0.12 0.62 0 0.13
HSL 288.26º 0.68% 0.6% -
HSV(B) 288.26º 0.62% 0.87% -
XYZ 38.86 23.22 71.54 -
YUV 132.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 195 84 222 0.12 0.62 0 0.13 288.26 0.68 0.6
Hex C3 54 DE C 3E 0 D 120 44 3C
Octal 303 124 336 14 76 0 15 440 104 74
Binary 11000011 1010100 11011110 1100 111110 0 1101 100100000 1000100 111100

Color Harmonies of #C354DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354DE

Black with #C354DE

Text Example


Text Example

White with #C354DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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