Html Css Color HEX #C34BFA Medium Orchid

📋 copy color: '#C34BFA'

red 195 ◦ green 75 ◦ blue 250

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

Shades of Medium Orchid #C34BFA

Tints of Medium Orchid #C34BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.42%

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

R = 37.5%
G = 14.42%
B = 48.08%

CMYK

 C value IS 0.22

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C34BFA (or 0xC34BFA) is known color: Medium Orchid. HEX triplet: C3, 4B and FA. RGB value is (195,75,250). Sum of RGB (Red+Green+Blue) = 195+75+250=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #C34BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34BFA is #3CB405. Grayscale: #828282. Windows color (decimal): -3978246 or 16403395. OLE color: 16403395.

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

Color convert

RGB 195 75 250 -
CMYK 0.22 0.7 0 0.02
HSL 281.14º 0.95% 0.64% -
HSV(B) 281.14º 0.7% 0.98% -
XYZ 42.28 23.54 92.76 -
YUV 130.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 195 75 250 0.22 0.7 0 0.02 281.14 0.95 0.64
Hex C3 4B FA 16 46 0 2 119 5F 40
Octal 303 113 372 26 106 0 2 431 137 100
Binary 11000011 1001011 11111010 10110 1000110 0 10 100011001 1011111 1000000

Color Harmonies of #C34BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BFA

Black with #C34BFA

Text Example


Text Example

White with #C34BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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