Html Css Color HEX #C948ED Medium Orchid

📋 copy color: '#C948ED'

red 201 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #C948ED

Tints of Medium Orchid #C948ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 39.41%
G = 14.12%
B = 46.47%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C948ED (or 0xC948ED) is known color: Medium Orchid. HEX triplet: C9, 48 and ED. RGB value is (201,72,237). Sum of RGB (Red+Green+Blue) = 201+72+237=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #C948ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948ED is #36B712. Grayscale: #808080. Windows color (decimal): -3585811 or 15550665. OLE color: 15550665.

HSL color Cylindrical-coordinate representation of color #C948ED: hue angle of 286.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C948ED is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 72 237 -
CMYK 0.15 0.70 0 0.07
HSL 286.91º 0.82% 0.61% -
HSV(B) 286.91º 0.7% 0.93% -
XYZ 41.69 23.17 82.4 -
YUV 129.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 201 72 237 0.15 0.70 0 0.07 286.91 0.82 0.61
Hex C9 48 ED F 46 0 7 11F 52 3D
Octal 311 110 355 17 106 0 7 437 122 75
Binary 11001001 1001000 11101101 1111 1000110 0 111 100011111 1010010 111101

Color Harmonies of #C948ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948ED

Black with #C948ED

Text Example


Text Example

White with #C948ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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