Html Css Color HEX #CB5AEA Medium Orchid

📋 copy color: '#CB5AEA'

red 203 ◦ green 90 ◦ blue 234

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

Shades of Medium Orchid #CB5AEA

Tints of Medium Orchid #CB5AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.08%

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 38.52%
G = 17.08%
B = 44.4%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB5AEA (or 0xCB5AEA) is known color: Medium Orchid. HEX triplet: CB, 5A and EA. RGB value is (203,90,234). Sum of RGB (Red+Green+Blue) = 203+90+234=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB5AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5AEA is #34A515. Grayscale: #8B8B8B. Windows color (decimal): -3450134 or 15358667. OLE color: 15358667.

HSL color Cylindrical-coordinate representation of color #CB5AEA: hue angle of 287.08º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB5AEA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 90 234 -
CMYK 0.13 0.62 0 0.08
HSL 287.08º 0.77% 0.64% -
HSV(B) 287.08º 0.62% 0.92% -
XYZ 43.14 25.95 80.58 -
YUV 140.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 203 90 234 0.13 0.62 0 0.08 287.08 0.77 0.64
Hex CB 5A EA D 3E 0 8 11F 4D 40
Octal 313 132 352 15 76 0 10 437 115 100
Binary 11001011 1011010 11101010 1101 111110 0 1000 100011111 1001101 1000000

Color Harmonies of #CB5AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5AEA

Black with #CB5AEA

Text Example


Text Example

White with #CB5AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5AEA; }

 p { color: rgb(203,90,234); }

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

background-color css

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

 a { background-color: rgb(203,90,234); }

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

border-color css

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

 span { border-color: rgb(203,90,234); }

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