Html Css Color HEX #CB48ED Medium Orchid

📋 copy color: '#CB48ED'

red 203 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #CB48ED

Tints of Medium Orchid #CB48ED

RGB

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

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

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

R = 39.65%
G = 14.06%
B = 46.29%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB48ED (or 0xCB48ED) is known color: Medium Orchid. HEX triplet: CB, 48 and ED. RGB value is (203,72,237). Sum of RGB (Red+Green+Blue) = 203+72+237=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB48ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB48ED is #34B712. Grayscale: #818181. Windows color (decimal): -3454739 or 15550667. OLE color: 15550667.

HSL color Cylindrical-coordinate representation of color #CB48ED: hue angle of 287.64º 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 #CB48ED is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 72 237 -
CMYK 0.14 0.70 0 0.07
HSL 287.64º 0.82% 0.61% -
HSV(B) 287.64º 0.7% 0.93% -
XYZ 42.23 23.45 82.42 -
YUV 129.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 203 72 237 0.14 0.70 0 0.07 287.64 0.82 0.61
Hex CB 48 ED E 46 0 7 120 52 3D
Octal 313 110 355 16 106 0 7 440 122 75
Binary 11001011 1001000 11101101 1110 1000110 0 111 100100000 1010010 111101

Color Harmonies of #CB48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48ED

Black with #CB48ED

Text Example


Text Example

White with #CB48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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