Html Css Color HEX #C35DDD Medium Orchid

📋 copy color: '#C35DDD'

red 195 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #C35DDD

Tints of Medium Orchid #C35DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.27%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 38.31%
G = 18.27%
B = 43.42%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C35DDD (or 0xC35DDD) is known color: Medium Orchid. HEX triplet: C3, 5D and DD. RGB value is (195,93,221). Sum of RGB (Red+Green+Blue) = 195+93+221=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #C35DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DDD is #3CA222. Grayscale: #898989. Windows color (decimal): -3973667 or 14507459. OLE color: 14507459.

HSL color Cylindrical-coordinate representation of color #C35DDD: hue angle of 287.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35DDD is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 93 221 -
CMYK 0.12 0.58 0 0.13
HSL 287.81º 0.65% 0.62% -
HSV(B) 287.81º 0.58% 0.87% -
XYZ 39.47 24.65 71.08 -
YUV 138.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 195 93 221 0.12 0.58 0 0.13 287.81 0.65 0.62
Hex C3 5D DD C 3A 0 D 120 41 3E
Octal 303 135 335 14 72 0 15 440 101 76
Binary 11000011 1011101 11011101 1100 111010 0 1101 100100000 1000001 111110

Color Harmonies of #C35DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DDD

Black with #C35DDD

Text Example


Text Example

White with #C35DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DDD; }

 p { color: rgb(195,93,221); }

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

background-color css

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

 a { background-color: rgb(195,93,221); }

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

border-color css

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

 span { border-color: rgb(195,93,221); }

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