Html Css Color HEX #C344ED Medium Orchid

📋 copy color: '#C344ED'

red 195 ◦ green 68 ◦ blue 237

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

Shades of Medium Orchid #C344ED

Tints of Medium Orchid #C344ED

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.6%

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

R = 39%
G = 13.6%
B = 47.4%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C344ED (or 0xC344ED) is known color: Medium Orchid. HEX triplet: C3, 44 and ED. RGB value is (195,68,237). Sum of RGB (Red+Green+Blue) = 195+68+237=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #C344ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C344ED is #3CBB12. Grayscale: #7C7C7C. Windows color (decimal): -3980051 or 15549635. OLE color: 15549635.

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

Color convert

RGB 195 68 237 -
CMYK 0.18 0.71 0 0.07
HSL 285.09º 0.82% 0.6% -
HSV(B) 285.09º 0.71% 0.93% -
XYZ 39.86 21.85 82.24 -
YUV 125.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 195 68 237 0.18 0.71 0 0.07 285.09 0.82 0.6
Hex C3 44 ED 12 47 0 7 11D 52 3C
Octal 303 104 355 22 107 0 7 435 122 74
Binary 11000011 1000100 11101101 10010 1000111 0 111 100011101 1010010 111100

Color Harmonies of #C344ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344ED

Black with #C344ED

Text Example


Text Example

White with #C344ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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