Html Css Color HEX #CB3FEC Medium Orchid

📋 copy color: '#CB3FEC'

red 203 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #CB3FEC

Tints of Medium Orchid #CB3FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.55%

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

R = 40.44%
G = 12.55%
B = 47.01%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB3FEC (or 0xCB3FEC) is known color: Medium Orchid. HEX triplet: CB, 3F and EC. RGB value is (203,63,236). Sum of RGB (Red+Green+Blue) = 203+63+236=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB3FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3FEC is #34C013. Grayscale: #7C7C7C. Windows color (decimal): -3457044 or 15482827. OLE color: 15482827.

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

Color convert

RGB 203 63 236 -
CMYK 0.14 0.73 0 0.07
HSL 288.55º 0.82% 0.59% -
HSV(B) 288.55º 0.73% 0.93% -
XYZ 41.55 22.31 81.47 -
YUV 124.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 203 63 236 0.14 0.73 0 0.07 288.55 0.82 0.59
Hex CB 3F EC E 49 0 7 121 52 3B
Octal 313 77 354 16 111 0 7 441 122 73
Binary 11001011 111111 11101100 1110 1001001 0 111 100100001 1010010 111011

Color Harmonies of #CB3FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3FEC

Black with #CB3FEC

Text Example


Text Example

White with #CB3FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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