Html Css Color HEX #C340FD Medium Orchid

📋 copy color: '#C340FD'

red 195 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #C340FD

Tints of Medium Orchid #C340FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.5%

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

R = 38.09%
G = 12.5%
B = 49.41%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C340FD (or 0xC340FD) is known color: Medium Orchid. HEX triplet: C3, 40 and FD. RGB value is (195,64,253). Sum of RGB (Red+Green+Blue) = 195+64+253=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #C340FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C340FD is #3CBF02. Grayscale: #7C7C7C. Windows color (decimal): -3981059 or 16597187. OLE color: 16597187.

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

Color convert

RGB 195 64 253 -
CMYK 0.23 0.75 0 0.01
HSL 281.59º 0.98% 0.62% -
HSV(B) 281.59º 0.75% 0.99% -
XYZ 42.07 22.36 95.03 -
YUV 124.72 200.4 178.13 -
System Red Green Blue C M Y K H S L
Decimal 195 64 253 0.23 0.75 0 0.01 281.59 0.98 0.62
Hex C3 40 FD 17 4B 0 1 11A 62 3E
Octal 303 100 375 27 113 0 1 432 142 76
Binary 11000011 1000000 11111101 10111 1001011 0 1 100011010 1100010 111110

Color Harmonies of #C340FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340FD

Black with #C340FD

Text Example


Text Example

White with #C340FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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