Html Css Color HEX #CB4AEE Medium Orchid

📋 copy color: '#CB4AEE'

red 203 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #CB4AEE

Tints of Medium Orchid #CB4AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 39.42%
G = 14.37%
B = 46.21%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB4AEE (or 0xCB4AEE) is known color: Medium Orchid. HEX triplet: CB, 4A and EE. RGB value is (203,74,238). Sum of RGB (Red+Green+Blue) = 203+74+238=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB4AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AEE is #34B511. Grayscale: #828282. Windows color (decimal): -3454226 or 15616715. OLE color: 15616715.

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

Color convert

RGB 203 74 238 -
CMYK 0.15 0.69 0 0.07
HSL 287.2º 0.83% 0.61% -
HSV(B) 287.2º 0.69% 0.93% -
XYZ 42.51 23.77 83.24 -
YUV 131.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 203 74 238 0.15 0.69 0 0.07 287.2 0.83 0.61
Hex CB 4A EE F 45 0 7 11F 53 3D
Octal 313 112 356 17 105 0 7 437 123 75
Binary 11001011 1001010 11101110 1111 1000101 0 111 100011111 1010011 111101

Color Harmonies of #CB4AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AEE

Black with #CB4AEE

Text Example


Text Example

White with #CB4AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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