Html Css Color HEX #CB35E0 Medium Orchid

📋 copy color: '#CB35E0'

red 203 ◦ green 53 ◦ blue 224

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

Shades of Medium Orchid #CB35E0

Tints of Medium Orchid #CB35E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.67%

R = 42.29%
G = 11.04%
B = 46.67%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB35E0 (or 0xCB35E0) is known color: Medium Orchid. HEX triplet: CB, 35 and E0. RGB value is (203,53,224). Sum of RGB (Red+Green+Blue) = 203+53+224=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB35E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35E0 is #34CA1F. Grayscale: #747474. Windows color (decimal): -3459616 or 14693835. OLE color: 14693835.

HSL color Cylindrical-coordinate representation of color #CB35E0: hue angle of 292.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB35E0 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 53 224 -
CMYK 0.09 0.76 0 0.12
HSL 292.63º 0.73% 0.54% -
HSV(B) 292.63º 0.76% 0.88% -
XYZ 39.36 20.62 72.43 -
YUV 117.34 188.2 189.1 -
System Red Green Blue C M Y K H S L
Decimal 203 53 224 0.09 0.76 0 0.12 292.63 0.73 0.54
Hex CB 35 E0 9 4C 0 C 125 49 36
Octal 313 65 340 11 114 0 14 445 111 66
Binary 11001011 110101 11100000 1001 1001100 0 1100 100100101 1001001 110110

Color Harmonies of #CB35E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB35E0

Black with #CB35E0

Text Example


Text Example

White with #CB35E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB35E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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