Html Css Color HEX #C342ED Medium Orchid

📋 copy color: '#C342ED'

red 195 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #C342ED

Tints of Medium Orchid #C342ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.25%

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 39.16%
G = 13.25%
B = 47.59%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C342ED (or 0xC342ED) is known color: Medium Orchid. HEX triplet: C3, 42 and ED. RGB value is (195,66,237). Sum of RGB (Red+Green+Blue) = 195+66+237=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #C342ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342ED is #3CBD12. Grayscale: #7B7B7B. Windows color (decimal): -3980563 or 15549123. OLE color: 15549123.

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

Color convert

RGB 195 66 237 -
CMYK 0.18 0.72 0 0.07
HSL 285.26º 0.83% 0.59% -
HSV(B) 285.26º 0.72% 0.93% -
XYZ 39.74 21.61 82.2 -
YUV 124.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 195 66 237 0.18 0.72 0 0.07 285.26 0.83 0.59
Hex C3 42 ED 12 48 0 7 11D 53 3B
Octal 303 102 355 22 110 0 7 435 123 73
Binary 11000011 1000010 11101101 10010 1001000 0 111 100011101 1010011 111011

Color Harmonies of #C342ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342ED

Black with #C342ED

Text Example


Text Example

White with #C342ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342ED; }

 p { color: rgb(195,66,237); }

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

background-color css

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

 a { background-color: rgb(195,66,237); }

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

border-color css

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

 span { border-color: rgb(195,66,237); }

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