Html Css Color HEX #C34AFB Medium Orchid

📋 copy color: '#C34AFB'

red 195 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #C34AFB

Tints of Medium Orchid #C34AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 37.5%
G = 14.23%
B = 48.27%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C34AFB (or 0xC34AFB) is known color: Medium Orchid. HEX triplet: C3, 4A and FB. RGB value is (195,74,251). Sum of RGB (Red+Green+Blue) = 195+74+251=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #C34AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AFB is #3CB504. Grayscale: #818181. Windows color (decimal): -3978501 or 16468675. OLE color: 16468675.

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

Color convert

RGB 195 74 251 -
CMYK 0.22 0.71 0 0.02
HSL 281.02º 0.96% 0.64% -
HSV(B) 281.02º 0.71% 0.98% -
XYZ 42.37 23.46 93.56 -
YUV 130.36 196.09 174.11 -
System Red Green Blue C M Y K H S L
Decimal 195 74 251 0.22 0.71 0 0.02 281.02 0.96 0.64
Hex C3 4A FB 16 47 0 2 119 60 40
Octal 303 112 373 26 107 0 2 431 140 100
Binary 11000011 1001010 11111011 10110 1000111 0 10 100011001 1100000 1000000

Color Harmonies of #C34AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AFB

Black with #C34AFB

Text Example


Text Example

White with #C34AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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