Html Css Color HEX #C352EE Medium Orchid

📋 copy color: '#C352EE'

red 195 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #C352EE

Tints of Medium Orchid #C352EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 37.86%
G = 15.92%
B = 46.21%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C352EE (or 0xC352EE) is known color: Medium Orchid. HEX triplet: C3, 52 and EE. RGB value is (195,82,238). Sum of RGB (Red+Green+Blue) = 195+82+238=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #C352EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C352EE is #3CAD11. Grayscale: #858585. Windows color (decimal): -3976466 or 15618755. OLE color: 15618755.

HSL color Cylindrical-coordinate representation of color #C352EE: hue angle of 283.46º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C352EE is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 82 238 -
CMYK 0.18 0.66 0 0.07
HSL 283.46º 0.82% 0.63% -
HSV(B) 283.46º 0.66% 0.93% -
XYZ 40.96 23.81 83.33 -
YUV 133.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 195 82 238 0.18 0.66 0 0.07 283.46 0.82 0.63
Hex C3 52 EE 12 42 0 7 11B 52 3F
Octal 303 122 356 22 102 0 7 433 122 77
Binary 11000011 1010010 11101110 10010 1000010 0 111 100011011 1010010 111111

Color Harmonies of #C352EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352EE

Black with #C352EE

Text Example


Text Example

White with #C352EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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