Html Css Color HEX #C34CFD Medium Orchid

📋 copy color: '#C34CFD'

red 195 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #C34CFD

Tints of Medium Orchid #C34CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.5%

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

R = 37.21%
G = 14.5%
B = 48.28%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C34CFD (or 0xC34CFD) is known color: Medium Orchid. HEX triplet: C3, 4C and FD. RGB value is (195,76,253). Sum of RGB (Red+Green+Blue) = 195+76+253=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #C34CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CFD is #3CB302. Grayscale: #838383. Windows color (decimal): -3977987 or 16600259. OLE color: 16600259.

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

Color convert

RGB 195 76 253 -
CMYK 0.23 0.70 0 0.01
HSL 280.34º 0.98% 0.65% -
HSV(B) 280.34º 0.7% 0.99% -
XYZ 42.82 23.86 95.28 -
YUV 131.76 196.42 173.11 -
System Red Green Blue C M Y K H S L
Decimal 195 76 253 0.23 0.70 0 0.01 280.34 0.98 0.65
Hex C3 4C FD 17 46 0 1 118 62 41
Octal 303 114 375 27 106 0 1 430 142 101
Binary 11000011 1001100 11111101 10111 1000110 0 1 100011000 1100010 1000001

Color Harmonies of #C34CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CFD

Black with #C34CFD

Text Example


Text Example

White with #C34CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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