Html Css Color HEX #C345ED Medium Orchid

📋 copy color: '#C345ED'

red 195 ◦ green 69 ◦ blue 237

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

Shades of Medium Orchid #C345ED

Tints of Medium Orchid #C345ED

RGB

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

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

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

R = 38.92%
G = 13.77%
B = 47.31%

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

#C345ED (or 0xC345ED) is known color: Medium Orchid. HEX triplet: C3, 45 and ED. RGB value is (195,69,237). Sum of RGB (Red+Green+Blue) = 195+69+237=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #C345ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C345ED is #3CBA12. Grayscale: #7D7D7D. Windows color (decimal): -3979795 or 15549891. OLE color: 15549891.

HSL color Cylindrical-coordinate representation of color #C345ED: hue angle of 285º 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 #C345ED is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 69 237 -
CMYK 0.18 0.71 0 0.07
HSL 285º 0.82% 0.6% -
HSV(B) 285º 0.71% 0.93% -
XYZ 39.92 21.97 82.26 -
YUV 125.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 195 69 237 0.18 0.71 0 0.07 285 0.82 0.6
Hex C3 45 ED 12 47 0 7 11D 52 3C
Octal 303 105 355 22 107 0 7 435 122 74
Binary 11000011 1000101 11101101 10010 1000111 0 111 100011101 1010010 111100

Color Harmonies of #C345ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345ED

Black with #C345ED

Text Example


Text Example

White with #C345ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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