Html Css Color HEX #C35DCE Medium Orchid

📋 copy color: '#C35DCE'

red 195 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #C35DCE

Tints of Medium Orchid #C35DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 39.47%
G = 18.83%
B = 41.7%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C35DCE (or 0xC35DCE) is known color: Medium Orchid. HEX triplet: C3, 5D and CE. RGB value is (195,93,206). Sum of RGB (Red+Green+Blue) = 195+93+206=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #C35DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DCE is #3CA231. Grayscale: #888888. Windows color (decimal): -3973682 or 13524419. OLE color: 13524419.

HSL color Cylindrical-coordinate representation of color #C35DCE: hue angle of 294.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35DCE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 93 206 -
CMYK 0.05 0.55 0 0.19
HSL 294.16º 0.54% 0.59% -
HSV(B) 294.16º 0.55% 0.81% -
XYZ 37.56 23.89 61.02 -
YUV 136.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 195 93 206 0.05 0.55 0 0.19 294.16 0.54 0.59
Hex C3 5D CE 5 37 0 13 126 36 3B
Octal 303 135 316 5 67 0 23 446 66 73
Binary 11000011 1011101 11001110 101 110111 0 10011 100100110 110110 111011

Color Harmonies of #C35DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DCE

Black with #C35DCE

Text Example


Text Example

White with #C35DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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