Html Css Color HEX #CB3AEF Medium Orchid

📋 copy color: '#CB3AEF'

red 203 ◦ green 58 ◦ blue 239

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

Shades of Medium Orchid #CB3AEF

Tints of Medium Orchid #CB3AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 40.6%
G = 11.6%
B = 47.8%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB3AEF (or 0xCB3AEF) is known color: Medium Orchid. HEX triplet: CB, 3A and EF. RGB value is (203,58,239). Sum of RGB (Red+Green+Blue) = 203+58+239=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB3AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3AEF is #34C510. Grayscale: #797979. Windows color (decimal): -3458321 or 15678155. OLE color: 15678155.

HSL color Cylindrical-coordinate representation of color #CB3AEF: hue angle of 288.07º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3AEF is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 58 239 -
CMYK 0.15 0.76 0 0.06
HSL 288.07º 0.85% 0.58% -
HSV(B) 288.07º 0.76% 0.94% -
XYZ 41.72 21.95 83.7 -
YUV 121.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 203 58 239 0.15 0.76 0 0.06 288.07 0.85 0.58
Hex CB 3A EF F 4C 0 6 120 55 3A
Octal 313 72 357 17 114 0 6 440 125 72
Binary 11001011 111010 11101111 1111 1001100 0 110 100100000 1010101 111010

Color Harmonies of #CB3AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3AEF

Black with #CB3AEF

Text Example


Text Example

White with #CB3AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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