Html Css Color HEX #CB5AF0 Medium Orchid

📋 copy color: '#CB5AF0'

red 203 ◦ green 90 ◦ blue 240

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

Shades of Medium Orchid #CB5AF0

Tints of Medium Orchid #CB5AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.03%

R = 38.09%
G = 16.89%
B = 45.03%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB5AF0 (or 0xCB5AF0) is known color: Medium Orchid. HEX triplet: CB, 5A and F0. RGB value is (203,90,240). Sum of RGB (Red+Green+Blue) = 203+90+240=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB5AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5AF0 is #34A50F. Grayscale: #8C8C8C. Windows color (decimal): -3450128 or 15751883. OLE color: 15751883.

HSL color Cylindrical-coordinate representation of color #CB5AF0: hue angle of 285.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB5AF0 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 90 240 -
CMYK 0.15 0.62 0 0.06
HSL 285.2º 0.83% 0.65% -
HSV(B) 285.2º 0.63% 0.94% -
XYZ 44.01 26.3 85.19 -
YUV 140.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 203 90 240 0.15 0.62 0 0.06 285.2 0.83 0.65
Hex CB 5A F0 F 3E 0 6 11D 53 41
Octal 313 132 360 17 76 0 6 435 123 101
Binary 11001011 1011010 11110000 1111 111110 0 110 100011101 1010011 1000001

Color Harmonies of #CB5AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5AF0

Black with #CB5AF0

Text Example


Text Example

White with #CB5AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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