Html Css Color HEX #C34CFA Medium Orchid

📋 copy color: '#C34CFA'

red 195 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #C34CFA

Tints of Medium Orchid #C34CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.59%

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

R = 37.43%
G = 14.59%
B = 47.98%

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

#C34CFA (or 0xC34CFA) is known color: Medium Orchid. HEX triplet: C3, 4C and FA. RGB value is (195,76,250). Sum of RGB (Red+Green+Blue) = 195+76+250=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #C34CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CFA is #3CB305. Grayscale: #828282. Windows color (decimal): -3977990 or 16403651. OLE color: 16403651.

HSL color Cylindrical-coordinate representation of color #C34CFA: hue angle of 281.03º 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 #C34CFA is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 76 250 -
CMYK 0.22 0.70 0 0.02
HSL 281.03º 0.95% 0.64% -
HSV(B) 281.03º 0.7% 0.98% -
XYZ 42.35 23.67 92.78 -
YUV 131.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 195 76 250 0.22 0.70 0 0.02 281.03 0.95 0.64
Hex C3 4C FA 16 46 0 2 119 5F 40
Octal 303 114 372 26 106 0 2 431 137 100
Binary 11000011 1001100 11111010 10110 1000110 0 10 100011001 1011111 1000000

Color Harmonies of #C34CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CFA

Black with #C34CFA

Text Example


Text Example

White with #C34CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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