Html Css Color HEX #CB3AEC Medium Orchid

📋 copy color: '#CB3AEC'

red 203 ◦ green 58 ◦ blue 236

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

Shades of Medium Orchid #CB3AEC

Tints of Medium Orchid #CB3AEC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.67%

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 40.85%
G = 11.67%
B = 47.48%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB3AEC (or 0xCB3AEC) is known color: Medium Orchid. HEX triplet: CB, 3A and EC. RGB value is (203,58,236). Sum of RGB (Red+Green+Blue) = 203+58+236=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB3AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3AEC is #34C513. Grayscale: #797979. Windows color (decimal): -3458324 or 15481547. OLE color: 15481547.

HSL color Cylindrical-coordinate representation of color #CB3AEC: hue angle of 288.88º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3AEC is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 58 236 -
CMYK 0.14 0.75 0 0.07
HSL 288.88º 0.82% 0.58% -
HSV(B) 288.88º 0.75% 0.93% -
XYZ 41.28 21.78 81.38 -
YUV 121.65 192.54 186.03 -
System Red Green Blue C M Y K H S L
Decimal 203 58 236 0.14 0.75 0 0.07 288.88 0.82 0.58
Hex CB 3A EC E 4B 0 7 121 52 3A
Octal 313 72 354 16 113 0 7 441 122 72
Binary 11001011 111010 11101100 1110 1001011 0 111 100100001 1010010 111010

Color Harmonies of #CB3AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3AEC

Black with #CB3AEC

Text Example


Text Example

White with #CB3AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3AEC; }

 p { color: rgb(203,58,236); }

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

background-color css

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

 a { background-color: rgb(203,58,236); }

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

border-color css

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

 span { border-color: rgb(203,58,236); }

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