Html Css Color HEX #CB46EE Medium Orchid

📋 copy color: '#CB46EE'

red 203 ◦ green 70 ◦ blue 238

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

Shades of Medium Orchid #CB46EE

Tints of Medium Orchid #CB46EE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.7%

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

R = 39.73%
G = 13.7%
B = 46.58%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB46EE (or 0xCB46EE) is known color: Medium Orchid. HEX triplet: CB, 46 and EE. RGB value is (203,70,238). Sum of RGB (Red+Green+Blue) = 203+70+238=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46EE is #34B911. Grayscale: #808080. Windows color (decimal): -3455250 or 15615691. OLE color: 15615691.

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

Color convert

RGB 203 70 238 -
CMYK 0.15 0.71 0 0.07
HSL 287.5º 0.83% 0.6% -
HSV(B) 287.5º 0.71% 0.93% -
XYZ 42.25 23.25 83.15 -
YUV 128.92 189.56 180.84 -
System Red Green Blue C M Y K H S L
Decimal 203 70 238 0.15 0.71 0 0.07 287.5 0.83 0.6
Hex CB 46 EE F 47 0 7 120 53 3C
Octal 313 106 356 17 107 0 7 440 123 74
Binary 11001011 1000110 11101110 1111 1000111 0 111 100100000 1010011 111100

Color Harmonies of #CB46EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46EE

Black with #CB46EE

Text Example


Text Example

White with #CB46EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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