Html Css Color HEX #C335EB Medium Orchid

📋 copy color: '#C335EB'

red 195 ◦ green 53 ◦ blue 235

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

Shades of Medium Orchid #C335EB

Tints of Medium Orchid #C335EB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.97%

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 40.37%
G = 10.97%
B = 48.65%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C335EB (or 0xC335EB) is known color: Medium Orchid. HEX triplet: C3, 35 and EB. RGB value is (195,53,235). Sum of RGB (Red+Green+Blue) = 195+53+235=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #C335EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C335EB is #3CCA14. Grayscale: #737373. Windows color (decimal): -3983893 or 15414723. OLE color: 15414723.

HSL color Cylindrical-coordinate representation of color #C335EB: hue angle of 286.81º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C335EB is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 53 235 -
CMYK 0.17 0.77 0 0.08
HSL 286.81º 0.82% 0.56% -
HSV(B) 286.81º 0.77% 0.92% -
XYZ 38.77 20.15 80.44 -
YUV 116.21 195.04 184.2 -
System Red Green Blue C M Y K H S L
Decimal 195 53 235 0.17 0.77 0 0.08 286.81 0.82 0.56
Hex C3 35 EB 11 4D 0 8 11F 52 38
Octal 303 65 353 21 115 0 10 437 122 70
Binary 11000011 110101 11101011 10001 1001101 0 1000 100011111 1010010 111000

Color Harmonies of #C335EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335EB

Black with #C335EB

Text Example


Text Example

White with #C335EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335EB; }

 p { color: rgb(195,53,235); }

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

background-color css

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

 a { background-color: rgb(195,53,235); }

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

border-color css

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

 span { border-color: rgb(195,53,235); }

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