Html Css Color HEX #C342FD Medium Orchid

📋 copy color: '#C342FD'

red 195 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #C342FD

Tints of Medium Orchid #C342FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.84%

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

R = 37.94%
G = 12.84%
B = 49.22%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C342FD (or 0xC342FD) is known color: Medium Orchid. HEX triplet: C3, 42 and FD. RGB value is (195,66,253). Sum of RGB (Red+Green+Blue) = 195+66+253=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #C342FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342FD is #3CBD02. Grayscale: #7D7D7D. Windows color (decimal): -3980547 or 16597699. OLE color: 16597699.

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

Color convert

RGB 195 66 253 -
CMYK 0.23 0.74 0 0.01
HSL 281.39º 0.98% 0.63% -
HSV(B) 281.39º 0.74% 0.99% -
XYZ 42.18 22.59 95.07 -
YUV 125.89 199.74 177.29 -
System Red Green Blue C M Y K H S L
Decimal 195 66 253 0.23 0.74 0 0.01 281.39 0.98 0.63
Hex C3 42 FD 17 4A 0 1 119 62 3F
Octal 303 102 375 27 112 0 1 431 142 77
Binary 11000011 1000010 11111101 10111 1001010 0 1 100011001 1100010 111111

Color Harmonies of #C342FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342FD

Black with #C342FD

Text Example


Text Example

White with #C342FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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