Html Css Color HEX #C358DB Medium Orchid

📋 copy color: '#C358DB'

red 195 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #C358DB

Tints of Medium Orchid #C358DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 38.84%
G = 17.53%
B = 43.63%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C358DB (or 0xC358DB) is known color: Medium Orchid. HEX triplet: C3, 58 and DB. RGB value is (195,88,219). Sum of RGB (Red+Green+Blue) = 195+88+219=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #C358DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358DB is #3CA724. Grayscale: #868686. Windows color (decimal): -3974949 or 14375107. OLE color: 14375107.

HSL color Cylindrical-coordinate representation of color #C358DB: hue angle of 289.01º 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 #C358DB is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 88 219 -
CMYK 0.11 0.60 0 0.14
HSL 289.01º 0.65% 0.6% -
HSV(B) 289.01º 0.6% 0.86% -
XYZ 38.78 23.7 69.55 -
YUV 134.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 195 88 219 0.11 0.60 0 0.14 289.01 0.65 0.6
Hex C3 58 DB B 3C 0 E 121 41 3C
Octal 303 130 333 13 74 0 16 441 101 74
Binary 11000011 1011000 11011011 1011 111100 0 1110 100100001 1000001 111100

Color Harmonies of #C358DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358DB

Black with #C358DB

Text Example


Text Example

White with #C358DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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