Html Css Color HEX #CB4AEB Medium Orchid

📋 copy color: '#CB4AEB'

red 203 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #CB4AEB

Tints of Medium Orchid #CB4AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.45%

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 39.65%
G = 14.45%
B = 45.9%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB4AEB (or 0xCB4AEB) is known color: Medium Orchid. HEX triplet: CB, 4A and EB. RGB value is (203,74,235). Sum of RGB (Red+Green+Blue) = 203+74+235=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB4AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AEB is #34B514. Grayscale: #828282. Windows color (decimal): -3454229 or 15420107. OLE color: 15420107.

HSL color Cylindrical-coordinate representation of color #CB4AEB: hue angle of 288.07º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4AEB is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 74 235 -
CMYK 0.14 0.69 0 0.08
HSL 288.07º 0.8% 0.61% -
HSV(B) 288.07º 0.69% 0.92% -
XYZ 42.07 23.59 80.93 -
YUV 130.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 203 74 235 0.14 0.69 0 0.08 288.07 0.8 0.61
Hex CB 4A EB E 45 0 8 120 50 3D
Octal 313 112 353 16 105 0 10 440 120 75
Binary 11001011 1001010 11101011 1110 1000101 0 1000 100100000 1010000 111101

Color Harmonies of #CB4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AEB

Black with #CB4AEB

Text Example


Text Example

White with #CB4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AEB; }

 p { color: rgb(203,74,235); }

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

background-color css

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

 a { background-color: rgb(203,74,235); }

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

border-color css

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

 span { border-color: rgb(203,74,235); }

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