Html Css Color HEX #C34DFA Medium Orchid

📋 copy color: '#C34DFA'

red 195 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #C34DFA

Tints of Medium Orchid #C34DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.75%

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

R = 37.36%
G = 14.75%
B = 47.89%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C34DFA (or 0xC34DFA) is known color: Medium Orchid. HEX triplet: C3, 4D and FA. RGB value is (195,77,250). Sum of RGB (Red+Green+Blue) = 195+77+250=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #C34DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DFA is #3CB205. Grayscale: #838383. Windows color (decimal): -3977734 or 16403907. OLE color: 16403907.

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

Color convert

RGB 195 77 250 -
CMYK 0.22 0.69 0 0.02
HSL 280.92º 0.95% 0.64% -
HSV(B) 280.92º 0.69% 0.98% -
XYZ 42.41 23.81 92.8 -
YUV 132 194.59 172.93 -
System Red Green Blue C M Y K H S L
Decimal 195 77 250 0.22 0.69 0 0.02 280.92 0.95 0.64
Hex C3 4D FA 16 45 0 2 119 5F 40
Octal 303 115 372 26 105 0 2 431 137 100
Binary 11000011 1001101 11111010 10110 1000101 0 10 100011001 1011111 1000000

Color Harmonies of #C34DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DFA

Black with #C34DFA

Text Example


Text Example

White with #C34DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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