Html Css Color HEX #CB51F0 Medium Orchid

📋 copy color: '#CB51F0'

red 203 ◦ green 81 ◦ blue 240

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

Shades of Medium Orchid #CB51F0

Tints of Medium Orchid #CB51F0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.46%

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

R = 38.74%
G = 15.46%
B = 45.8%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB51F0 (or 0xCB51F0) is known color: Medium Orchid. HEX triplet: CB, 51 and F0. RGB value is (203,81,240). Sum of RGB (Red+Green+Blue) = 203+81+240=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB51F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB51F0 is #34AE0F. Grayscale: #878787. Windows color (decimal): -3452432 or 15749579. OLE color: 15749579.

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

Color convert

RGB 203 81 240 -
CMYK 0.15 0.66 0 0.06
HSL 286.04º 0.84% 0.63% -
HSV(B) 286.04º 0.66% 0.94% -
XYZ 43.3 24.87 84.96 -
YUV 135.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 203 81 240 0.15 0.66 0 0.06 286.04 0.84 0.63
Hex CB 51 F0 F 42 0 6 11E 54 3F
Octal 313 121 360 17 102 0 6 436 124 77
Binary 11001011 1010001 11110000 1111 1000010 0 110 100011110 1010100 111111

Color Harmonies of #CB51F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51F0

Black with #CB51F0

Text Example


Text Example

White with #CB51F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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