Html Css Color HEX #C334F1 Medium Orchid

📋 copy color: '#C334F1'

red 195 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #C334F1

Tints of Medium Orchid #C334F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.66%

 BLUE value IS 241 (94.53% from 255) = 49.39%

R = 39.96%
G = 10.66%
B = 49.39%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C334F1 (or 0xC334F1) is known color: Medium Orchid. HEX triplet: C3, 34 and F1. RGB value is (195,52,241). Sum of RGB (Red+Green+Blue) = 195+52+241=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #C334F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334F1 is #3CCB0E. Grayscale: #737373. Windows color (decimal): -3984143 or 15807683. OLE color: 15807683.

HSL color Cylindrical-coordinate representation of color #C334F1: hue angle of 285.4º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C334F1 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 52 241 -
CMYK 0.19 0.78 0 0.05
HSL 285.4º 0.87% 0.57% -
HSV(B) 285.4º 0.78% 0.95% -
XYZ 39.61 20.41 85.07 -
YUV 116.3 198.38 184.13 -
System Red Green Blue C M Y K H S L
Decimal 195 52 241 0.19 0.78 0 0.05 285.4 0.87 0.57
Hex C3 34 F1 13 4E 0 5 11D 57 39
Octal 303 64 361 23 116 0 5 435 127 71
Binary 11000011 110100 11110001 10011 1001110 0 101 100011101 1010111 111001

Color Harmonies of #C334F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334F1

Black with #C334F1

Text Example


Text Example

White with #C334F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334F1; }

 p { color: rgb(195,52,241); }

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

background-color css

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

 a { background-color: rgb(195,52,241); }

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

border-color css

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

 span { border-color: rgb(195,52,241); }

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