Html Css Color HEX #C242FD Medium Orchid

📋 copy color: '#C242FD'

red 194 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #C242FD

Tints of Medium Orchid #C242FD

RGB

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

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

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

R = 37.82%
G = 12.87%
B = 49.32%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C242FD (or 0xC242FD) is known color: Medium Orchid. HEX triplet: C2, 42 and FD. RGB value is (194,66,253). Sum of RGB (Red+Green+Blue) = 194+66+253=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #C242FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242FD is #3DBD02. Grayscale: #7C7C7C. Windows color (decimal): -4046083 or 16597698. OLE color: 16597698.

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

Color convert

RGB 194 66 253 -
CMYK 0.23 0.74 0 0.01
HSL 281.07º 0.98% 0.63% -
HSV(B) 281.07º 0.74% 0.99% -
XYZ 41.93 22.46 95.05 -
YUV 125.59 199.91 176.79 -
System Red Green Blue C M Y K H S L
Decimal 194 66 253 0.23 0.74 0 0.01 281.07 0.98 0.63
Hex C2 42 FD 17 4A 0 1 119 62 3F
Octal 302 102 375 27 112 0 1 431 142 77
Binary 11000010 1000010 11111101 10111 1001010 0 1 100011001 1100010 111111

Color Harmonies of #C242FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242FD

Black with #C242FD

Text Example


Text Example

White with #C242FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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