Html Css Color HEX #C251FD Medium Orchid

📋 copy color: '#C251FD'

red 194 ◦ green 81 ◦ blue 253

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

Shades of Medium Orchid #C251FD

Tints of Medium Orchid #C251FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.34%

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

R = 36.74%
G = 15.34%
B = 47.92%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C251FD (or 0xC251FD) is known color: Medium Orchid. HEX triplet: C2, 51 and FD. RGB value is (194,81,253). Sum of RGB (Red+Green+Blue) = 194+81+253=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #C251FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251FD is #3DAE02. Grayscale: #858585. Windows color (decimal): -4042243 or 16601538. OLE color: 16601538.

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

Color convert

RGB 194 81 253 -
CMYK 0.23 0.68 0 0.01
HSL 279.42º 0.98% 0.65% -
HSV(B) 279.42º 0.68% 0.99% -
XYZ 42.92 24.45 95.38 -
YUV 134.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 194 81 253 0.23 0.68 0 0.01 279.42 0.98 0.65
Hex C2 51 FD 17 44 0 1 117 62 41
Octal 302 121 375 27 104 0 1 427 142 101
Binary 11000010 1010001 11111101 10111 1000100 0 1 100010111 1100010 1000001

Color Harmonies of #C251FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251FD

Black with #C251FD

Text Example


Text Example

White with #C251FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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