Html Css Color HEX #CB35E4 Medium Orchid

📋 copy color: '#CB35E4'

red 203 ◦ green 53 ◦ blue 228

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

Shades of Medium Orchid #CB35E4

Tints of Medium Orchid #CB35E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.11%

R = 41.94%
G = 10.95%
B = 47.11%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB35E4 (or 0xCB35E4) is known color: Medium Orchid. HEX triplet: CB, 35 and E4. RGB value is (203,53,228). Sum of RGB (Red+Green+Blue) = 203+53+228=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB35E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35E4 is #34CA1B. Grayscale: #757575. Windows color (decimal): -3459612 or 14955979. OLE color: 14955979.

HSL color Cylindrical-coordinate representation of color #CB35E4: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB35E4 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 53 228 -
CMYK 0.11 0.77 0 0.11
HSL 291.43º 0.76% 0.55% -
HSV(B) 291.43º 0.77% 0.89% -
XYZ 39.91 20.84 75.32 -
YUV 117.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 203 53 228 0.11 0.77 0 0.11 291.43 0.76 0.55
Hex CB 35 E4 B 4D 0 B 123 4C 37
Octal 313 65 344 13 115 0 13 443 114 67
Binary 11001011 110101 11100100 1011 1001101 0 1011 100100011 1001100 110111

Color Harmonies of #CB35E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB35E4

Black with #CB35E4

Text Example


Text Example

White with #CB35E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB35E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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