Html Css Color HEX #C341FD Medium Orchid

📋 copy color: '#C341FD'

red 195 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #C341FD

Tints of Medium Orchid #C341FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.67%

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

R = 38.01%
G = 12.67%
B = 49.32%

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

#C341FD (or 0xC341FD) is known color: Medium Orchid. HEX triplet: C3, 41 and FD. RGB value is (195,65,253). Sum of RGB (Red+Green+Blue) = 195+65+253=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #C341FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341FD is #3CBE02. Grayscale: #7C7C7C. Windows color (decimal): -3980803 or 16597443. OLE color: 16597443.

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

Color convert

RGB 195 65 253 -
CMYK 0.23 0.74 0 0.01
HSL 281.49º 0.98% 0.62% -
HSV(B) 281.49º 0.74% 0.99% -
XYZ 42.13 22.47 95.05 -
YUV 125.3 200.07 177.71 -
System Red Green Blue C M Y K H S L
Decimal 195 65 253 0.23 0.74 0 0.01 281.49 0.98 0.62
Hex C3 41 FD 17 4A 0 1 119 62 3E
Octal 303 101 375 27 112 0 1 431 142 76
Binary 11000011 1000001 11111101 10111 1001010 0 1 100011001 1100010 111110

Color Harmonies of #C341FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341FD

Black with #C341FD

Text Example


Text Example

White with #C341FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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