Html Css Color HEX #C352EB Medium Orchid

📋 copy color: '#C352EB'

red 195 ◦ green 82 ◦ blue 235

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

Shades of Medium Orchid #C352EB

Tints of Medium Orchid #C352EB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.02%

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

R = 38.09%
G = 16.02%
B = 45.9%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C352EB (or 0xC352EB) is known color: Medium Orchid. HEX triplet: C3, 52 and EB. RGB value is (195,82,235). Sum of RGB (Red+Green+Blue) = 195+82+235=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #C352EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C352EB is #3CAD14. Grayscale: #848484. Windows color (decimal): -3976469 or 15422147. OLE color: 15422147.

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

Color convert

RGB 195 82 235 -
CMYK 0.17 0.65 0 0.08
HSL 284.31º 0.79% 0.62% -
HSV(B) 284.31º 0.65% 0.92% -
XYZ 40.52 23.63 81.02 -
YUV 133.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 195 82 235 0.17 0.65 0 0.08 284.31 0.79 0.62
Hex C3 52 EB 11 41 0 8 11C 4F 3E
Octal 303 122 353 21 101 0 10 434 117 76
Binary 11000011 1010010 11101011 10001 1000001 0 1000 100011100 1001111 111110

Color Harmonies of #C352EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352EB

Black with #C352EB

Text Example


Text Example

White with #C352EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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