Html Css Color HEX #C359DF Medium Orchid

📋 copy color: '#C359DF'

red 195 ◦ green 89 ◦ blue 223

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

Shades of Medium Orchid #C359DF

Tints of Medium Orchid #C359DF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.55%

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 38.46%
G = 17.55%
B = 43.98%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C359DF (or 0xC359DF) is known color: Medium Orchid. HEX triplet: C3, 59 and DF. RGB value is (195,89,223). Sum of RGB (Red+Green+Blue) = 195+89+223=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #C359DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359DF is #3CA620. Grayscale: #878787. Windows color (decimal): -3974689 or 14637507. OLE color: 14637507.

HSL color Cylindrical-coordinate representation of color #C359DF: hue angle of 287.46º degrees, saturation: 0.68, 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 #C359DF is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 89 223 -
CMYK 0.13 0.60 0 0.13
HSL 287.46º 0.68% 0.61% -
HSV(B) 287.46º 0.6% 0.87% -
XYZ 39.4 24.07 72.38 -
YUV 135.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 195 89 223 0.13 0.60 0 0.13 287.46 0.68 0.61
Hex C3 59 DF D 3C 0 D 11F 44 3D
Octal 303 131 337 15 74 0 15 437 104 75
Binary 11000011 1011001 11011111 1101 111100 0 1101 100011111 1000100 111101

Color Harmonies of #C359DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359DF

Black with #C359DF

Text Example


Text Example

White with #C359DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359DF; }

 p { color: rgb(195,89,223); }

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

background-color css

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

 a { background-color: rgb(195,89,223); }

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

border-color css

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

 span { border-color: rgb(195,89,223); }

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