Html Css Color HEX #C338FD Medium Orchid

📋 copy color: '#C338FD'

red 195 ◦ green 56 ◦ blue 253

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

Shades of Medium Orchid #C338FD

Tints of Medium Orchid #C338FD

RGB

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

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

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

R = 38.69%
G = 11.11%
B = 50.2%

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

#C338FD (or 0xC338FD) is known color: Medium Orchid. HEX triplet: C3, 38 and FD. RGB value is (195,56,253). Sum of RGB (Red+Green+Blue) = 195+56+253=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #C338FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C338FD is #3CC702. Grayscale: #777777. Windows color (decimal): -3983107 or 16595139. OLE color: 16595139.

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

Color convert

RGB 195 56 253 -
CMYK 0.23 0.78 0 0.01
HSL 282.34º 0.98% 0.61% -
HSV(B) 282.34º 0.78% 0.99% -
XYZ 41.65 21.52 94.89 -
YUV 120.02 203.05 181.48 -
System Red Green Blue C M Y K H S L
Decimal 195 56 253 0.23 0.78 0 0.01 282.34 0.98 0.61
Hex C3 38 FD 17 4E 0 1 11A 62 3D
Octal 303 70 375 27 116 0 1 432 142 75
Binary 11000011 111000 11111101 10111 1001110 0 1 100011010 1100010 111101

Color Harmonies of #C338FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338FD

Black with #C338FD

Text Example


Text Example

White with #C338FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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