Html Css Color HEX #C34AF9 Medium Orchid

📋 copy color: '#C34AF9'

red 195 ◦ green 74 ◦ blue 249

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

Shades of Medium Orchid #C34AF9

Tints of Medium Orchid #C34AF9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.29%

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 37.64%
G = 14.29%
B = 48.07%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C34AF9 (or 0xC34AF9) is known color: Medium Orchid. HEX triplet: C3, 4A and F9. RGB value is (195,74,249). Sum of RGB (Red+Green+Blue) = 195+74+249=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #C34AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AF9 is #3CB506. Grayscale: #818181. Windows color (decimal): -3978503 or 16337603. OLE color: 16337603.

HSL color Cylindrical-coordinate representation of color #C34AF9: hue angle of 281.49º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C34AF9 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 74 249 -
CMYK 0.22 0.70 0 0.02
HSL 281.49º 0.94% 0.63% -
HSV(B) 281.49º 0.7% 0.98% -
XYZ 42.05 23.34 91.91 -
YUV 130.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 195 74 249 0.22 0.70 0 0.02 281.49 0.94 0.63
Hex C3 4A F9 16 46 0 2 119 5E 3F
Octal 303 112 371 26 106 0 2 431 136 77
Binary 11000011 1001010 11111001 10110 1000110 0 10 100011001 1011110 111111

Color Harmonies of #C34AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AF9

Black with #C34AF9

Text Example


Text Example

White with #C34AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AF9; }

 p { color: rgb(195,74,249); }

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

background-color css

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

 a { background-color: rgb(195,74,249); }

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

border-color css

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

 span { border-color: rgb(195,74,249); }

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