Html Css Color HEX #CB35EC Medium Orchid

📋 copy color: '#CB35EC'

red 203 ◦ green 53 ◦ blue 236

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

Shades of Medium Orchid #CB35EC

Tints of Medium Orchid #CB35EC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.77%

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

R = 41.26%
G = 10.77%
B = 47.97%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB35EC (or 0xCB35EC) is known color: Medium Orchid. HEX triplet: CB, 35 and EC. RGB value is (203,53,236). Sum of RGB (Red+Green+Blue) = 203+53+236=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 53 (21.09% from 255 or 10.77% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB35EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB35EC is #34CA13. Grayscale: #767676. Windows color (decimal): -3459604 or 15480267. OLE color: 15480267.

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

Color convert

RGB 203 53 236 -
CMYK 0.14 0.78 0 0.07
HSL 289.18º 0.83% 0.57% -
HSV(B) 289.18º 0.78% 0.93% -
XYZ 41.04 21.3 81.3 -
YUV 118.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 203 53 236 0.14 0.78 0 0.07 289.18 0.83 0.57
Hex CB 35 EC E 4E 0 7 121 53 39
Octal 313 65 354 16 116 0 7 441 123 71
Binary 11001011 110101 11101100 1110 1001110 0 111 100100001 1010011 111001

Color Harmonies of #CB35EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB35EC

Black with #CB35EC

Text Example


Text Example

White with #CB35EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB35EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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