Html Css Color HEX #C344EA Medium Orchid

📋 copy color: '#C344EA'

red 195 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #C344EA

Tints of Medium Orchid #C344EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 39.24%
G = 13.68%
B = 47.08%

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

#C344EA (or 0xC344EA) is known color: Medium Orchid. HEX triplet: C3, 44 and EA. RGB value is (195,68,234). Sum of RGB (Red+Green+Blue) = 195+68+234=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #C344EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C344EA is #3CBB15. Grayscale: #7C7C7C. Windows color (decimal): -3980054 or 15353027. OLE color: 15353027.

HSL color Cylindrical-coordinate representation of color #C344EA: hue angle of 285.9º degrees, saturation: 0.8, 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 #C344EA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 68 234 -
CMYK 0.17 0.71 0 0.08
HSL 285.9º 0.8% 0.59% -
HSV(B) 285.9º 0.71% 0.92% -
XYZ 39.42 21.68 79.95 -
YUV 124.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 195 68 234 0.17 0.71 0 0.08 285.9 0.8 0.59
Hex C3 44 EA 11 47 0 8 11E 50 3B
Octal 303 104 352 21 107 0 10 436 120 73
Binary 11000011 1000100 11101010 10001 1000111 0 1000 100011110 1010000 111011

Color Harmonies of #C344EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344EA

Black with #C344EA

Text Example


Text Example

White with #C344EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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