Html Css Color HEX #C348DD Medium Orchid

📋 copy color: '#C348DD'

red 195 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #C348DD

Tints of Medium Orchid #C348DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 39.96%
G = 14.75%
B = 45.29%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C348DD (or 0xC348DD) is known color: Medium Orchid. HEX triplet: C3, 48 and DD. RGB value is (195,72,221). Sum of RGB (Red+Green+Blue) = 195+72+221=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #C348DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348DD is #3CB722. Grayscale: #7D7D7D. Windows color (decimal): -3979043 or 14502083. OLE color: 14502083.

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

Color convert

RGB 195 72 221 -
CMYK 0.12 0.67 0 0.13
HSL 289.53º 0.69% 0.57% -
HSV(B) 289.53º 0.67% 0.87% -
XYZ 37.87 21.46 70.55 -
YUV 125.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 195 72 221 0.12 0.67 0 0.13 289.53 0.69 0.57
Hex C3 48 DD C 43 0 D 122 45 39
Octal 303 110 335 14 103 0 15 442 105 71
Binary 11000011 1001000 11011101 1100 1000011 0 1101 100100010 1000101 111001

Color Harmonies of #C348DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348DD

Black with #C348DD

Text Example


Text Example

White with #C348DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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