Html Css Color HEX #C142FD Medium Orchid

📋 copy color: '#C142FD'

red 193 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #C142FD

Tints of Medium Orchid #C142FD

RGB

 RED value IS 193 (75.78% from 255) = 37.7%

 GREEN value IS 66 (26.17% from 255) = 12.89%

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

R = 37.7%
G = 12.89%
B = 49.41%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C142FD (or 0xC142FD) is known color: Medium Orchid. HEX triplet: C1, 42 and FD. RGB value is (193,66,253). Sum of RGB (Red+Green+Blue) = 193+66+253=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #C142FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142FD is #3EBD02. Grayscale: #7C7C7C. Windows color (decimal): -4111619 or 16597697. OLE color: 16597697.

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

Color convert

RGB 193 66 253 -
CMYK 0.24 0.74 0 0.01
HSL 280.75º 0.98% 0.63% -
HSV(B) 280.75º 0.74% 0.99% -
XYZ 41.67 22.33 95.04 -
YUV 125.29 200.08 176.29 -
System Red Green Blue C M Y K H S L
Decimal 193 66 253 0.24 0.74 0 0.01 280.75 0.98 0.63
Hex C1 42 FD 18 4A 0 1 119 62 3F
Octal 301 102 375 30 112 0 1 431 142 77
Binary 11000001 1000010 11111101 11000 1001010 0 1 100011001 1100010 111111

Color Harmonies of #C142FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142FD

Black with #C142FD

Text Example


Text Example

White with #C142FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142FD; }

 p { color: rgb(193,66,253); }

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

background-color css

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

 a { background-color: rgb(193,66,253); }

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

border-color css

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

 span { border-color: rgb(193,66,253); }

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