Html Css Color HEX #C358DC Medium Orchid

📋 copy color: '#C358DC'

red 195 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #C358DC

Tints of Medium Orchid #C358DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.5%

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

R = 38.77%
G = 17.5%
B = 43.74%

CMYK

 C value IS 0.11

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C358DC (or 0xC358DC) is known color: Medium Orchid. HEX triplet: C3, 58 and DC. RGB value is (195,88,220). Sum of RGB (Red+Green+Blue) = 195+88+220=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #C358DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358DC is #3CA723. Grayscale: #868686. Windows color (decimal): -3974948 or 14440643. OLE color: 14440643.

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

Color convert

RGB 195 88 220 -
CMYK 0.11 0.6 0 0.14
HSL 288.64º 0.65% 0.6% -
HSV(B) 288.64º 0.6% 0.86% -
XYZ 38.91 23.75 70.24 -
YUV 135.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 195 88 220 0.11 0.6 0 0.14 288.64 0.65 0.6
Hex C3 58 DC B 3C 0 E 121 41 3C
Octal 303 130 334 13 74 0 16 441 101 74
Binary 11000011 1011000 11011100 1011 111100 0 1110 100100001 1000001 111100

Color Harmonies of #C358DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358DC

Black with #C358DC

Text Example


Text Example

White with #C358DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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