Html Css Color HEX #C238FD Medium Orchid

📋 copy color: '#C238FD'

red 194 ◦ green 56 ◦ blue 253

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

Shades of Medium Orchid #C238FD

Tints of Medium Orchid #C238FD

RGB

 RED value IS 194 (76.17% from 255) = 38.57%

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

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

R = 38.57%
G = 11.13%
B = 50.3%

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

#C238FD (or 0xC238FD) is known color: Medium Orchid. HEX triplet: C2, 38 and FD. RGB value is (194,56,253). Sum of RGB (Red+Green+Blue) = 194+56+253=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #C238FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238FD is #3DC702. Grayscale: #777777. Windows color (decimal): -4048643 or 16595138. OLE color: 16595138.

HSL color Cylindrical-coordinate representation of color #C238FD: hue angle of 282.03º 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 #C238FD is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 56 253 -
CMYK 0.23 0.78 0 0.01
HSL 282.03º 0.98% 0.61% -
HSV(B) 282.03º 0.78% 0.99% -
XYZ 41.39 21.39 94.88 -
YUV 119.72 203.22 180.98 -
System Red Green Blue C M Y K H S L
Decimal 194 56 253 0.23 0.78 0 0.01 282.03 0.98 0.61
Hex C2 38 FD 17 4E 0 1 11A 62 3D
Octal 302 70 375 27 116 0 1 432 142 75
Binary 11000010 111000 11111101 10111 1001110 0 1 100011010 1100010 111101

Color Harmonies of #C238FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238FD

Black with #C238FD

Text Example


Text Example

White with #C238FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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