Html Css Color HEX #C335D1 Medium Orchid

📋 copy color: '#C335D1'

red 195 ◦ green 53 ◦ blue 209

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

Shades of Medium Orchid #C335D1

Tints of Medium Orchid #C335D1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.6%

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 42.67%
G = 11.6%
B = 45.73%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C335D1 (or 0xC335D1) is known color: Medium Orchid. HEX triplet: C3, 35 and D1. RGB value is (195,53,209). Sum of RGB (Red+Green+Blue) = 195+53+209=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #C335D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335D1 is #3CCA2E. Grayscale: #707070. Windows color (decimal): -3983919 or 13710787. OLE color: 13710787.

HSL color Cylindrical-coordinate representation of color #C335D1: hue angle of 294.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C335D1 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 53 209 -
CMYK 0.07 0.75 0 0.18
HSL 294.62º 0.63% 0.51% -
HSV(B) 294.62º 0.75% 0.82% -
XYZ 35.29 18.75 62.08 -
YUV 113.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 195 53 209 0.07 0.75 0 0.18 294.62 0.63 0.51
Hex C3 35 D1 7 4B 0 12 127 3F 33
Octal 303 65 321 7 113 0 22 447 77 63
Binary 11000011 110101 11010001 111 1001011 0 10010 100100111 111111 110011

Color Harmonies of #C335D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335D1

Black with #C335D1

Text Example


Text Example

White with #C335D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335D1; }

 p { color: rgb(195,53,209); }

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

background-color css

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

 a { background-color: rgb(195,53,209); }

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

border-color css

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

 span { border-color: rgb(195,53,209); }

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