Html Css Color HEX #CB48EA Medium Orchid

📋 copy color: '#CB48EA'

red 203 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #CB48EA

Tints of Medium Orchid #CB48EA

RGB

 RED value IS 203 (79.69% from 255) = 39.88%

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

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

R = 39.88%
G = 14.15%
B = 45.97%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB48EA (or 0xCB48EA) is known color: Medium Orchid. HEX triplet: CB, 48 and EA. RGB value is (203,72,234). Sum of RGB (Red+Green+Blue) = 203+72+234=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB48EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB48EA is #34B715. Grayscale: #818181. Windows color (decimal): -3454742 or 15354059. OLE color: 15354059.

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

Color convert

RGB 203 72 234 -
CMYK 0.13 0.69 0 0.08
HSL 288.52º 0.79% 0.6% -
HSV(B) 288.52º 0.69% 0.92% -
XYZ 41.8 23.27 80.13 -
YUV 129.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 203 72 234 0.13 0.69 0 0.08 288.52 0.79 0.6
Hex CB 48 EA D 45 0 8 121 4F 3C
Octal 313 110 352 15 105 0 10 441 117 74
Binary 11001011 1001000 11101010 1101 1000101 0 1000 100100001 1001111 111100

Color Harmonies of #CB48EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48EA

Black with #CB48EA

Text Example


Text Example

White with #CB48EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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