Html Css Color HEX #C35CDA Medium Orchid

📋 copy color: '#C35CDA'

red 195 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #C35CDA

Tints of Medium Orchid #C35CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 38.61%
G = 18.22%
B = 43.17%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C35CDA (or 0xC35CDA) is known color: Medium Orchid. HEX triplet: C3, 5C and DA. RGB value is (195,92,218). Sum of RGB (Red+Green+Blue) = 195+92+218=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #C35CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CDA is #3CA325. Grayscale: #888888. Windows color (decimal): -3973926 or 14310595. OLE color: 14310595.

HSL color Cylindrical-coordinate representation of color #C35CDA: hue angle of 289.05º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35CDA is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 92 218 -
CMYK 0.11 0.58 0 0.15
HSL 289.05º 0.63% 0.61% -
HSV(B) 289.05º 0.58% 0.85% -
XYZ 38.99 24.32 68.97 -
YUV 137.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 195 92 218 0.11 0.58 0 0.15 289.05 0.63 0.61
Hex C3 5C DA B 3A 0 F 121 3F 3D
Octal 303 134 332 13 72 0 17 441 77 75
Binary 11000011 1011100 11011010 1011 111010 0 1111 100100001 111111 111101

Color Harmonies of #C35CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CDA

Black with #C35CDA

Text Example


Text Example

White with #C35CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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