Html Css Color HEX #C339FD Medium Orchid

📋 copy color: '#C339FD'

red 195 ◦ green 57 ◦ blue 253

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

Shades of Medium Orchid #C339FD

Tints of Medium Orchid #C339FD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.29%

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

R = 38.61%
G = 11.29%
B = 50.1%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C339FD (or 0xC339FD) is known color: Medium Orchid. HEX triplet: C3, 39 and FD. RGB value is (195,57,253). Sum of RGB (Red+Green+Blue) = 195+57+253=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 57 (22.66% from 255 or 11.29% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #C339FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C339FD is #3CC602. Grayscale: #777777. Windows color (decimal): -3982851 or 16595395. OLE color: 16595395.

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

Color convert

RGB 195 57 253 -
CMYK 0.23 0.77 0 0.01
HSL 282.24º 0.98% 0.61% -
HSV(B) 282.24º 0.77% 0.99% -
XYZ 41.7 21.62 94.9 -
YUV 120.61 202.72 181.06 -
System Red Green Blue C M Y K H S L
Decimal 195 57 253 0.23 0.77 0 0.01 282.24 0.98 0.61
Hex C3 39 FD 17 4D 0 1 11A 62 3D
Octal 303 71 375 27 115 0 1 432 142 75
Binary 11000011 111001 11111101 10111 1001101 0 1 100011010 1100010 111101

Color Harmonies of #C339FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C339FD

Black with #C339FD

Text Example


Text Example

White with #C339FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C339FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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