Html Css Color HEX #C338FC Medium Orchid

📋 copy color: '#C338FC'

red 195 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #C338FC

Tints of Medium Orchid #C338FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.13%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 38.77%
G = 11.13%
B = 50.1%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C338FC (or 0xC338FC) is known color: Medium Orchid. HEX triplet: C3, 38 and FC. RGB value is (195,56,252). Sum of RGB (Red+Green+Blue) = 195+56+252=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #C338FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C338FC is #3CC703. Grayscale: #777777. Windows color (decimal): -3983108 or 16529603. OLE color: 16529603.

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

Color convert

RGB 195 56 252 -
CMYK 0.23 0.78 0 0.01
HSL 282.55º 0.97% 0.6% -
HSV(B) 282.55º 0.78% 0.99% -
XYZ 41.49 21.46 94.05 -
YUV 119.91 202.55 181.56 -
System Red Green Blue C M Y K H S L
Decimal 195 56 252 0.23 0.78 0 0.01 282.55 0.97 0.6
Hex C3 38 FC 17 4E 0 1 11B 61 3C
Octal 303 70 374 27 116 0 1 433 141 74
Binary 11000011 111000 11111100 10111 1001110 0 1 100011011 1100001 111100

Color Harmonies of #C338FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338FC

Black with #C338FC

Text Example


Text Example

White with #C338FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338FC; }

 p { color: rgb(195,56,252); }

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

background-color css

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

 a { background-color: rgb(195,56,252); }

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

border-color css

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

 span { border-color: rgb(195,56,252); }

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