Html Css Color HEX #CB5FEC Medium Orchid

📋 copy color: '#CB5FEC'

red 203 ◦ green 95 ◦ blue 236

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

Shades of Medium Orchid #CB5FEC

Tints of Medium Orchid #CB5FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.79%

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

R = 38.01%
G = 17.79%
B = 44.19%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB5FEC (or 0xCB5FEC) is known color: Medium Orchid. HEX triplet: CB, 5F and EC. RGB value is (203,95,236). Sum of RGB (Red+Green+Blue) = 203+95+236=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5FEC is #34A013. Grayscale: #8E8E8E. Windows color (decimal): -3448852 or 15491019. OLE color: 15491019.

HSL color Cylindrical-coordinate representation of color #CB5FEC: hue angle of 285.96º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5FEC is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 95 236 -
CMYK 0.14 0.60 0 0.07
HSL 285.96º 0.79% 0.65% -
HSV(B) 285.96º 0.6% 0.93% -
XYZ 43.86 26.94 82.24 -
YUV 143.37 180.28 170.54 -
System Red Green Blue C M Y K H S L
Decimal 203 95 236 0.14 0.60 0 0.07 285.96 0.79 0.65
Hex CB 5F EC E 3C 0 7 11E 4F 41
Octal 313 137 354 16 74 0 7 436 117 101
Binary 11001011 1011111 11101100 1110 111100 0 111 100011110 1001111 1000001

Color Harmonies of #CB5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5FEC

Black with #CB5FEC

Text Example


Text Example

White with #CB5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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