Html Css Color HEX #C948EA Medium Orchid

📋 copy color: '#C948EA'

red 201 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #C948EA

Tints of Medium Orchid #C948EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 39.64%
G = 14.2%
B = 46.15%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C948EA (or 0xC948EA) is known color: Medium Orchid. HEX triplet: C9, 48 and EA. RGB value is (201,72,234). Sum of RGB (Red+Green+Blue) = 201+72+234=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #C948EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948EA is #36B715. Grayscale: #808080. Windows color (decimal): -3585814 or 15354057. OLE color: 15354057.

HSL color Cylindrical-coordinate representation of color #C948EA: hue angle of 287.78º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C948EA is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 72 234 -
CMYK 0.14 0.69 0 0.08
HSL 287.78º 0.79% 0.6% -
HSV(B) 287.78º 0.69% 0.92% -
XYZ 41.26 22.99 80.11 -
YUV 129.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 201 72 234 0.14 0.69 0 0.08 287.78 0.79 0.6
Hex C9 48 EA E 45 0 8 120 4F 3C
Octal 311 110 352 16 105 0 10 440 117 74
Binary 11001001 1001000 11101010 1110 1000101 0 1000 100100000 1001111 111100

Color Harmonies of #C948EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948EA

Black with #C948EA

Text Example


Text Example

White with #C948EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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