Html Css Color HEX #C34AFD Medium Orchid

📋 copy color: '#C34AFD'

red 195 ◦ green 74 ◦ blue 253

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

Shades of Medium Orchid #C34AFD

Tints of Medium Orchid #C34AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 37.36%
G = 14.18%
B = 48.47%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C34AFD (or 0xC34AFD) is known color: Medium Orchid. HEX triplet: C3, 4A and FD. RGB value is (195,74,253). Sum of RGB (Red+Green+Blue) = 195+74+253=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #C34AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AFD is #3CB502. Grayscale: #818181. Windows color (decimal): -3978499 or 16599747. OLE color: 16599747.

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

Color convert

RGB 195 74 253 -
CMYK 0.23 0.71 0 0.01
HSL 280.56º 0.98% 0.64% -
HSV(B) 280.56º 0.71% 0.99% -
XYZ 42.68 23.59 95.23 -
YUV 130.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 195 74 253 0.23 0.71 0 0.01 280.56 0.98 0.64
Hex C3 4A FD 17 47 0 1 119 62 40
Octal 303 112 375 27 107 0 1 431 142 100
Binary 11000011 1001010 11111101 10111 1000111 0 1 100011001 1100010 1000000

Color Harmonies of #C34AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AFD

Black with #C34AFD

Text Example


Text Example

White with #C34AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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