Html Css Color HEX #C948EB Medium Orchid

📋 copy color: '#C948EB'

red 201 ◦ green 72 ◦ blue 235

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

Shades of Medium Orchid #C948EB

Tints of Medium Orchid #C948EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 39.57%
G = 14.17%
B = 46.26%

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

#C948EB (or 0xC948EB) is known color: Medium Orchid. HEX triplet: C9, 48 and EB. RGB value is (201,72,235). Sum of RGB (Red+Green+Blue) = 201+72+235=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #C948EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948EB is #36B714. Grayscale: #808080. Windows color (decimal): -3585813 or 15419593. OLE color: 15419593.

HSL color Cylindrical-coordinate representation of color #C948EB: hue angle of 287.48º degrees, saturation: 0.8, 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 #C948EB is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 72 235 -
CMYK 0.14 0.69 0 0.08
HSL 287.48º 0.8% 0.6% -
HSV(B) 287.48º 0.69% 0.92% -
XYZ 41.4 23.05 80.86 -
YUV 129.15 187.74 179.25 -
System Red Green Blue C M Y K H S L
Decimal 201 72 235 0.14 0.69 0 0.08 287.48 0.8 0.6
Hex C9 48 EB E 45 0 8 11F 50 3C
Octal 311 110 353 16 105 0 10 437 120 74
Binary 11001001 1001000 11101011 1110 1000101 0 1000 100011111 1010000 111100

Color Harmonies of #C948EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948EB

Black with #C948EB

Text Example


Text Example

White with #C948EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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