Html Css Color HEX #CB4AEC Medium Orchid

📋 copy color: '#CB4AEC'

red 203 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #CB4AEC

Tints of Medium Orchid #CB4AEC

RGB

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

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

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

R = 39.57%
G = 14.42%
B = 46%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB4AEC (or 0xCB4AEC) is known color: Medium Orchid. HEX triplet: CB, 4A and EC. RGB value is (203,74,236). Sum of RGB (Red+Green+Blue) = 203+74+236=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB4AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AEC is #34B513. Grayscale: #828282. Windows color (decimal): -3454228 or 15485643. OLE color: 15485643.

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

Color convert

RGB 203 74 236 -
CMYK 0.14 0.69 0 0.07
HSL 287.78º 0.81% 0.61% -
HSV(B) 287.78º 0.69% 0.93% -
XYZ 42.22 23.65 81.7 -
YUV 131.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 203 74 236 0.14 0.69 0 0.07 287.78 0.81 0.61
Hex CB 4A EC E 45 0 7 120 51 3D
Octal 313 112 354 16 105 0 7 440 121 75
Binary 11001011 1001010 11101100 1110 1000101 0 111 100100000 1010001 111101

Color Harmonies of #CB4AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AEC

Black with #CB4AEC

Text Example


Text Example

White with #CB4AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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