Html Css Color HEX #C948EF Medium Orchid

📋 copy color: '#C948EF'

red 201 ◦ green 72 ◦ blue 239

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

Shades of Medium Orchid #C948EF

Tints of Medium Orchid #C948EF

RGB

 RED value IS 201 (78.91% from 255) = 39.26%

 GREEN value IS 72 (28.52% from 255) = 14.06%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 39.26%
G = 14.06%
B = 46.68%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C948EF (or 0xC948EF) is known color: Medium Orchid. HEX triplet: C9, 48 and EF. RGB value is (201,72,239). Sum of RGB (Red+Green+Blue) = 201+72+239=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #C948EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948EF is #36B710. Grayscale: #818181. Windows color (decimal): -3585809 or 15681737. OLE color: 15681737.

HSL color Cylindrical-coordinate representation of color #C948EF: hue angle of 286.35º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C948EF is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 72 239 -
CMYK 0.16 0.70 0 0.06
HSL 286.35º 0.84% 0.61% -
HSV(B) 286.35º 0.7% 0.94% -
XYZ 41.98 23.28 83.94 -
YUV 129.61 189.74 178.92 -
System Red Green Blue C M Y K H S L
Decimal 201 72 239 0.16 0.70 0 0.06 286.35 0.84 0.61
Hex C9 48 EF 10 46 0 6 11E 54 3D
Octal 311 110 357 20 106 0 6 436 124 75
Binary 11001001 1001000 11101111 10000 1000110 0 110 100011110 1010100 111101

Color Harmonies of #C948EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948EF

Black with #C948EF

Text Example


Text Example

White with #C948EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948EF; }

 p { color: rgb(201,72,239); }

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

background-color css

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

 a { background-color: rgb(201,72,239); }

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

border-color css

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

 span { border-color: rgb(201,72,239); }

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