Html Css Color HEX #C35CE7 Medium Orchid

📋 copy color: '#C35CE7'

red 195 ◦ green 92 ◦ blue 231

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

Shades of Medium Orchid #C35CE7

Tints of Medium Orchid #C35CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.59%

R = 37.64%
G = 17.76%
B = 44.59%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C35CE7 (or 0xC35CE7) is known color: Medium Orchid. HEX triplet: C3, 5C and E7. RGB value is (195,92,231). Sum of RGB (Red+Green+Blue) = 195+92+231=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #C35CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35CE7 is #3CA318. Grayscale: #8A8A8A. Windows color (decimal): -3973913 or 15162563. OLE color: 15162563.

HSL color Cylindrical-coordinate representation of color #C35CE7: hue angle of 284.46º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C35CE7 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 92 231 -
CMYK 0.16 0.60 0 0.09
HSL 284.46º 0.74% 0.63% -
HSV(B) 284.46º 0.6% 0.91% -
XYZ 40.76 25.03 78.28 -
YUV 138.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 195 92 231 0.16 0.60 0 0.09 284.46 0.74 0.63
Hex C3 5C E7 10 3C 0 9 11C 4A 3F
Octal 303 134 347 20 74 0 11 434 112 77
Binary 11000011 1011100 11100111 10000 111100 0 1001 100011100 1001010 111111

Color Harmonies of #C35CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CE7

Black with #C35CE7

Text Example


Text Example

White with #C35CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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