Html Css Color HEX #C34AFA Medium Orchid

📋 copy color: '#C34AFA'

red 195 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #C34AFA

Tints of Medium Orchid #C34AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 37.57%
G = 14.26%
B = 48.17%

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

#C34AFA (or 0xC34AFA) is known color: Medium Orchid. HEX triplet: C3, 4A and FA. RGB value is (195,74,250). Sum of RGB (Red+Green+Blue) = 195+74+250=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #C34AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AFA is #3CB505. Grayscale: #818181. Windows color (decimal): -3978502 or 16403139. OLE color: 16403139.

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

Color convert

RGB 195 74 250 -
CMYK 0.22 0.70 0 0.02
HSL 281.25º 0.95% 0.64% -
HSV(B) 281.25º 0.7% 0.98% -
XYZ 42.21 23.4 92.73 -
YUV 130.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 195 74 250 0.22 0.70 0 0.02 281.25 0.95 0.64
Hex C3 4A FA 16 46 0 2 119 5F 40
Octal 303 112 372 26 106 0 2 431 137 100
Binary 11000011 1001010 11111010 10110 1000110 0 10 100011001 1011111 1000000

Color Harmonies of #C34AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AFA

Black with #C34AFA

Text Example


Text Example

White with #C34AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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