Html Css Color HEX #C348ED Medium Orchid

📋 copy color: '#C348ED'

red 195 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #C348ED

Tints of Medium Orchid #C348ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.29%

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

R = 38.69%
G = 14.29%
B = 47.02%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C348ED (or 0xC348ED) is known color: Medium Orchid. HEX triplet: C3, 48 and ED. RGB value is (195,72,237). Sum of RGB (Red+Green+Blue) = 195+72+237=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #C348ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348ED is #3CB712. Grayscale: #7F7F7F. Windows color (decimal): -3979027 or 15550659. OLE color: 15550659.

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

Color convert

RGB 195 72 237 -
CMYK 0.18 0.70 0 0.07
HSL 284.73º 0.82% 0.61% -
HSV(B) 284.73º 0.7% 0.93% -
XYZ 40.11 22.35 82.32 -
YUV 127.59 189.75 176.08 -
System Red Green Blue C M Y K H S L
Decimal 195 72 237 0.18 0.70 0 0.07 284.73 0.82 0.61
Hex C3 48 ED 12 46 0 7 11D 52 3D
Octal 303 110 355 22 106 0 7 435 122 75
Binary 11000011 1001000 11101101 10010 1000110 0 111 100011101 1010010 111101

Color Harmonies of #C348ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348ED

Black with #C348ED

Text Example


Text Example

White with #C348ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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