Html Css Color HEX #C338FB Medium Orchid

📋 copy color: '#C338FB'

red 195 ◦ green 56 ◦ blue 251

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

Shades of Medium Orchid #C338FB

Tints of Medium Orchid #C338FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50%

R = 38.84%
G = 11.16%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C338FB (or 0xC338FB) is known color: Medium Orchid. HEX triplet: C3, 38 and FB. RGB value is (195,56,251). Sum of RGB (Red+Green+Blue) = 195+56+251=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #C338FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C338FB is #3CC704. Grayscale: #777777. Windows color (decimal): -3983109 or 16464067. OLE color: 16464067.

HSL color Cylindrical-coordinate representation of color #C338FB: hue angle of 282.77º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C338FB is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 56 251 -
CMYK 0.22 0.78 0 0.02
HSL 282.77º 0.96% 0.6% -
HSV(B) 282.77º 0.78% 0.98% -
XYZ 41.33 21.4 93.22 -
YUV 119.79 202.05 181.64 -
System Red Green Blue C M Y K H S L
Decimal 195 56 251 0.22 0.78 0 0.02 282.77 0.96 0.6
Hex C3 38 FB 16 4E 0 2 11B 60 3C
Octal 303 70 373 26 116 0 2 433 140 74
Binary 11000011 111000 11111011 10110 1001110 0 10 100011011 1100000 111100

Color Harmonies of #C338FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338FB

Black with #C338FB

Text Example


Text Example

White with #C338FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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