Html Css Color HEX #C450FD Medium Orchid

📋 copy color: '#C450FD'

red 196 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #C450FD

Tints of Medium Orchid #C450FD

RGB

 RED value IS 196 (76.95% from 255) = 37.05%

 GREEN value IS 80 (31.64% from 255) = 15.12%

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

R = 37.05%
G = 15.12%
B = 47.83%

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

#C450FD (or 0xC450FD) is known color: Medium Orchid. HEX triplet: C4, 50 and FD. RGB value is (196,80,253). Sum of RGB (Red+Green+Blue) = 196+80+253=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #C450FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450FD is #3BAF02. Grayscale: #858585. Windows color (decimal): -3911427 or 16601284. OLE color: 16601284.

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

Color convert

RGB 196 80 253 -
CMYK 0.23 0.68 0 0.01
HSL 280.23º 0.98% 0.65% -
HSV(B) 280.23º 0.68% 0.99% -
XYZ 43.36 24.56 95.38 -
YUV 134.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 196 80 253 0.23 0.68 0 0.01 280.23 0.98 0.65
Hex C4 50 FD 17 44 0 1 118 62 41
Octal 304 120 375 27 104 0 1 430 142 101
Binary 11000100 1010000 11111101 10111 1000100 0 1 100011000 1100010 1000001

Color Harmonies of #C450FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450FD

Black with #C450FD

Text Example


Text Example

White with #C450FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450FD; }

 p { color: rgb(196,80,253); }

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

background-color css

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

 a { background-color: rgb(196,80,253); }

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

border-color css

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

 span { border-color: rgb(196,80,253); }

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