Html Css Color HEX #C352DE Medium Orchid

📋 copy color: '#C352DE'

red 195 ◦ green 82 ◦ blue 222

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

Shades of Medium Orchid #C352DE

Tints of Medium Orchid #C352DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 39.08%
G = 16.43%
B = 44.49%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C352DE (or 0xC352DE) is known color: Medium Orchid. HEX triplet: C3, 52 and DE. RGB value is (195,82,222). Sum of RGB (Red+Green+Blue) = 195+82+222=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #C352DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352DE is #3CAD21. Grayscale: #838383. Windows color (decimal): -3976482 or 14570179. OLE color: 14570179.

HSL color Cylindrical-coordinate representation of color #C352DE: hue angle of 288.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C352DE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 82 222 -
CMYK 0.12 0.63 0 0.13
HSL 288.43º 0.68% 0.6% -
HSV(B) 288.43º 0.63% 0.87% -
XYZ 38.71 22.91 71.49 -
YUV 131.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 195 82 222 0.12 0.63 0 0.13 288.43 0.68 0.6
Hex C3 52 DE C 3F 0 D 120 44 3C
Octal 303 122 336 14 77 0 15 440 104 74
Binary 11000011 1010010 11011110 1100 111111 0 1101 100100000 1000100 111100

Color Harmonies of #C352DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352DE

Black with #C352DE

Text Example


Text Example

White with #C352DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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