Html Css Color HEX #C345DD Medium Orchid

📋 copy color: '#C345DD'

red 195 ◦ green 69 ◦ blue 221

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

Shades of Medium Orchid #C345DD

Tints of Medium Orchid #C345DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.23%

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

R = 40.21%
G = 14.23%
B = 45.57%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C345DD (or 0xC345DD) is known color: Medium Orchid. HEX triplet: C3, 45 and DD. RGB value is (195,69,221). Sum of RGB (Red+Green+Blue) = 195+69+221=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #C345DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345DD is #3CBA22. Grayscale: #7B7B7B. Windows color (decimal): -3979811 or 14501315. OLE color: 14501315.

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

Color convert

RGB 195 69 221 -
CMYK 0.12 0.69 0 0.13
HSL 289.74º 0.69% 0.57% -
HSV(B) 289.74º 0.69% 0.87% -
XYZ 37.68 21.08 70.49 -
YUV 124 182.74 178.64 -
System Red Green Blue C M Y K H S L
Decimal 195 69 221 0.12 0.69 0 0.13 289.74 0.69 0.57
Hex C3 45 DD C 45 0 D 122 45 39
Octal 303 105 335 14 105 0 15 442 105 71
Binary 11000011 1000101 11011101 1100 1000101 0 1101 100100010 1000101 111001

Color Harmonies of #C345DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345DD

Black with #C345DD

Text Example


Text Example

White with #C345DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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