Html Css Color HEX #C358DE Medium Orchid

📋 copy color: '#C358DE'

red 195 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #C358DE

Tints of Medium Orchid #C358DE

RGB

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

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

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

R = 38.61%
G = 17.43%
B = 43.96%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C358DE (or 0xC358DE) is known color: Medium Orchid. HEX triplet: C3, 58 and DE. RGB value is (195,88,222). Sum of RGB (Red+Green+Blue) = 195+88+222=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #C358DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358DE is #3CA721. Grayscale: #868686. Windows color (decimal): -3974946 or 14571715. OLE color: 14571715.

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

Color convert

RGB 195 88 222 -
CMYK 0.12 0.60 0 0.13
HSL 287.91º 0.67% 0.61% -
HSV(B) 287.91º 0.6% 0.87% -
XYZ 39.18 23.86 71.65 -
YUV 135.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 195 88 222 0.12 0.60 0 0.13 287.91 0.67 0.61
Hex C3 58 DE C 3C 0 D 120 43 3D
Octal 303 130 336 14 74 0 15 440 103 75
Binary 11000011 1011000 11011110 1100 111100 0 1101 100100000 1000011 111101

Color Harmonies of #C358DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358DE

Black with #C358DE

Text Example


Text Example

White with #C358DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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