Html Css Color HEX #CB4AED Medium Orchid

📋 copy color: '#CB4AED'

red 203 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #CB4AED

Tints of Medium Orchid #CB4AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 39.49%
G = 14.4%
B = 46.11%

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

#CB4AED (or 0xCB4AED) is known color: Medium Orchid. HEX triplet: CB, 4A and ED. RGB value is (203,74,237). Sum of RGB (Red+Green+Blue) = 203+74+237=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AED is #34B512. Grayscale: #828282. Windows color (decimal): -3454227 or 15551179. OLE color: 15551179.

HSL color Cylindrical-coordinate representation of color #CB4AED: hue angle of 287.48º degrees, saturation: 0.82, 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 #CB4AED is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 74 237 -
CMYK 0.14 0.69 0 0.07
HSL 287.48º 0.82% 0.61% -
HSV(B) 287.48º 0.69% 0.93% -
XYZ 42.36 23.71 82.46 -
YUV 131.15 187.74 179.25 -
System Red Green Blue C M Y K H S L
Decimal 203 74 237 0.14 0.69 0 0.07 287.48 0.82 0.61
Hex CB 4A ED E 45 0 7 11F 52 3D
Octal 313 112 355 16 105 0 7 437 122 75
Binary 11001011 1001010 11101101 1110 1000101 0 111 100011111 1010010 111101

Color Harmonies of #CB4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AED

Black with #CB4AED

Text Example


Text Example

White with #CB4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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