Html Css Color HEX #C242FC Medium Orchid

📋 copy color: '#C242FC'

red 194 ◦ green 66 ◦ blue 252

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

Shades of Medium Orchid #C242FC

Tints of Medium Orchid #C242FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 37.89%
G = 12.89%
B = 49.22%

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

#C242FC (or 0xC242FC) is known color: Medium Orchid. HEX triplet: C2, 42 and FC. RGB value is (194,66,252). Sum of RGB (Red+Green+Blue) = 194+66+252=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #C242FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242FC is #3DBD03. Grayscale: #7C7C7C. Windows color (decimal): -4046084 or 16532162. OLE color: 16532162.

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

Color convert

RGB 194 66 252 -
CMYK 0.23 0.74 0 0.01
HSL 281.29º 0.97% 0.62% -
HSV(B) 281.29º 0.74% 0.99% -
XYZ 41.77 22.39 94.22 -
YUV 125.48 199.41 176.88 -
System Red Green Blue C M Y K H S L
Decimal 194 66 252 0.23 0.74 0 0.01 281.29 0.97 0.62
Hex C2 42 FC 17 4A 0 1 119 61 3E
Octal 302 102 374 27 112 0 1 431 141 76
Binary 11000010 1000010 11111100 10111 1001010 0 1 100011001 1100001 111110

Color Harmonies of #C242FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242FC

Black with #C242FC

Text Example


Text Example

White with #C242FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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