Html Css Color HEX #CB48EE Medium Orchid

📋 copy color: '#CB48EE'

red 203 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #CB48EE

Tints of Medium Orchid #CB48EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 39.57%
G = 14.04%
B = 46.39%

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

#CB48EE (or 0xCB48EE) is known color: Medium Orchid. HEX triplet: CB, 48 and EE. RGB value is (203,72,238). Sum of RGB (Red+Green+Blue) = 203+72+238=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB48EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB48EE is #34B711. Grayscale: #818181. Windows color (decimal): -3454738 or 15616203. OLE color: 15616203.

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

Color convert

RGB 203 72 238 -
CMYK 0.15 0.70 0 0.07
HSL 287.35º 0.83% 0.61% -
HSV(B) 287.35º 0.7% 0.93% -
XYZ 42.38 23.5 83.19 -
YUV 130.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 203 72 238 0.15 0.70 0 0.07 287.35 0.83 0.61
Hex CB 48 EE F 46 0 7 11F 53 3D
Octal 313 110 356 17 106 0 7 437 123 75
Binary 11001011 1001000 11101110 1111 1000110 0 111 100011111 1010011 111101

Color Harmonies of #CB48EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48EE

Black with #CB48EE

Text Example


Text Example

White with #CB48EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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