Html Css Color HEX #C35CDD Medium Orchid

📋 copy color: '#C35CDD'

red 195 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #C35CDD

Tints of Medium Orchid #C35CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.11%

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

R = 38.39%
G = 18.11%
B = 43.5%

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

#C35CDD (or 0xC35CDD) is known color: Medium Orchid. HEX triplet: C3, 5C and DD. RGB value is (195,92,221). Sum of RGB (Red+Green+Blue) = 195+92+221=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #C35CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CDD is #3CA322. Grayscale: #898989. Windows color (decimal): -3973923 or 14507203. OLE color: 14507203.

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

Color convert

RGB 195 92 221 -
CMYK 0.12 0.58 0 0.13
HSL 287.91º 0.65% 0.61% -
HSV(B) 287.91º 0.58% 0.87% -
XYZ 39.38 24.48 71.06 -
YUV 137.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 195 92 221 0.12 0.58 0 0.13 287.91 0.65 0.61
Hex C3 5C DD C 3A 0 D 120 41 3D
Octal 303 134 335 14 72 0 15 440 101 75
Binary 11000011 1011100 11011101 1100 111010 0 1101 100100000 1000001 111101

Color Harmonies of #C35CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CDD

Black with #C35CDD

Text Example


Text Example

White with #C35CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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