Html Css Color HEX #CB49EE Medium Orchid

📋 copy color: '#CB49EE'

red 203 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #CB49EE

Tints of Medium Orchid #CB49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.2%

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

R = 39.49%
G = 14.2%
B = 46.3%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB49EE (or 0xCB49EE) is known color: Medium Orchid. HEX triplet: CB, 49 and EE. RGB value is (203,73,238). Sum of RGB (Red+Green+Blue) = 203+73+238=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49EE is #34B611. Grayscale: #828282. Windows color (decimal): -3454482 or 15616459. OLE color: 15616459.

HSL color Cylindrical-coordinate representation of color #CB49EE: hue angle of 287.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB49EE is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 73 238 -
CMYK 0.15 0.69 0 0.07
HSL 287.27º 0.83% 0.61% -
HSV(B) 287.27º 0.69% 0.93% -
XYZ 42.44 23.63 83.21 -
YUV 130.68 188.57 179.58 -
System Red Green Blue C M Y K H S L
Decimal 203 73 238 0.15 0.69 0 0.07 287.27 0.83 0.61
Hex CB 49 EE F 45 0 7 11F 53 3D
Octal 313 111 356 17 105 0 7 437 123 75
Binary 11001011 1001001 11101110 1111 1000101 0 111 100011111 1010011 111101

Color Harmonies of #CB49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49EE

Black with #CB49EE

Text Example


Text Example

White with #CB49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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