Html Css Color HEX #C34AFF Medium Orchid

📋 copy color: '#C34AFF'

red 195 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #C34AFF

Tints of Medium Orchid #C34AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 37.21%
G = 14.12%
B = 48.66%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C34AFF (or 0xC34AFF) is known color: Medium Orchid. HEX triplet: C3, 4A and FF. RGB value is (195,74,255). Sum of RGB (Red+Green+Blue) = 195+74+255=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #C34AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AFF is #3CB500. Grayscale: #828282. Windows color (decimal): -3978497 or 16730819. OLE color: 16730819.

HSL color Cylindrical-coordinate representation of color #C34AFF: hue angle of 280.11º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C34AFF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 74 255 -
CMYK 0.24 0.71 0 0
HSL 280.11º 1% 0.65% -
HSV(B) 280.11º 0.71% 1% -
XYZ 43 23.72 96.92 -
YUV 130.81 198.09 173.78 -
System Red Green Blue C M Y K H S L
Decimal 195 74 255 0.24 0.71 0 0 280.11 1 0.65
Hex C3 4A FF 18 47 0 0 118 64 41
Octal 303 112 377 30 107 0 0 430 144 101
Binary 11000011 1001010 11111111 11000 1000111 0 0 100011000 1100100 1000001

Color Harmonies of #C34AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AFF

Black with #C34AFF

Text Example


Text Example

White with #C34AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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