Html Css Color HEX #C345DE Medium Orchid

📋 copy color: '#C345DE'

red 195 ◦ green 69 ◦ blue 222

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

Shades of Medium Orchid #C345DE

Tints of Medium Orchid #C345DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 40.12%
G = 14.2%
B = 45.68%

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

#C345DE (or 0xC345DE) is known color: Medium Orchid. HEX triplet: C3, 45 and DE. RGB value is (195,69,222). Sum of RGB (Red+Green+Blue) = 195+69+222=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #C345DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345DE is #3CBA21. Grayscale: #7B7B7B. Windows color (decimal): -3979810 or 14566851. OLE color: 14566851.

HSL color Cylindrical-coordinate representation of color #C345DE: hue angle of 289.41º degrees, saturation: 0.7, 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 #C345DE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 69 222 -
CMYK 0.12 0.69 0 0.13
HSL 289.41º 0.7% 0.57% -
HSV(B) 289.41º 0.69% 0.87% -
XYZ 37.82 21.13 71.19 -
YUV 124.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 195 69 222 0.12 0.69 0 0.13 289.41 0.7 0.57
Hex C3 45 DE C 45 0 D 121 46 39
Octal 303 105 336 14 105 0 15 441 106 71
Binary 11000011 1000101 11011110 1100 1000101 0 1101 100100001 1000110 111001

Color Harmonies of #C345DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345DE

Black with #C345DE

Text Example


Text Example

White with #C345DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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