Html Css Color HEX #C344EB Medium Orchid

📋 copy color: '#C344EB'

red 195 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #C344EB

Tints of Medium Orchid #C344EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.65%

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 39.16%
G = 13.65%
B = 47.19%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C344EB (or 0xC344EB) is known color: Medium Orchid. HEX triplet: C3, 44 and EB. RGB value is (195,68,235). Sum of RGB (Red+Green+Blue) = 195+68+235=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #C344EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C344EB is #3CBB14. Grayscale: #7C7C7C. Windows color (decimal): -3980053 or 15418563. OLE color: 15418563.

HSL color Cylindrical-coordinate representation of color #C344EB: hue angle of 285.63º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C344EB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 68 235 -
CMYK 0.17 0.71 0 0.08
HSL 285.63º 0.81% 0.59% -
HSV(B) 285.63º 0.71% 0.92% -
XYZ 39.57 21.73 80.71 -
YUV 125.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 195 68 235 0.17 0.71 0 0.08 285.63 0.81 0.59
Hex C3 44 EB 11 47 0 8 11E 51 3B
Octal 303 104 353 21 107 0 10 436 121 73
Binary 11000011 1000100 11101011 10001 1000111 0 1000 100011110 1010001 111011

Color Harmonies of #C344EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344EB

Black with #C344EB

Text Example


Text Example

White with #C344EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344EB; }

 p { color: rgb(195,68,235); }

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

background-color css

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

 a { background-color: rgb(195,68,235); }

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

border-color css

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

 span { border-color: rgb(195,68,235); }

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