Html Css Color HEX #C236FD Medium Orchid

📋 copy color: '#C236FD'

red 194 ◦ green 54 ◦ blue 253

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

Shades of Medium Orchid #C236FD

Tints of Medium Orchid #C236FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.78%

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

R = 38.72%
G = 10.78%
B = 50.5%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C236FD (or 0xC236FD) is known color: Medium Orchid. HEX triplet: C2, 36 and FD. RGB value is (194,54,253). Sum of RGB (Red+Green+Blue) = 194+54+253=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #C236FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C236FD is #3DC902. Grayscale: #757575. Windows color (decimal): -4049155 or 16594626. OLE color: 16594626.

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

Color convert

RGB 194 54 253 -
CMYK 0.23 0.79 0 0.01
HSL 282.21º 0.98% 0.6% -
HSV(B) 282.21º 0.79% 0.99% -
XYZ 41.3 21.2 94.84 -
YUV 118.55 203.88 181.82 -
System Red Green Blue C M Y K H S L
Decimal 194 54 253 0.23 0.79 0 0.01 282.21 0.98 0.6
Hex C2 36 FD 17 4F 0 1 11A 62 3C
Octal 302 66 375 27 117 0 1 432 142 74
Binary 11000010 110110 11111101 10111 1001111 0 1 100011010 1100010 111100

Color Harmonies of #C236FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C236FD

Black with #C236FD

Text Example


Text Example

White with #C236FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C236FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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