Html Css Color HEX #CB3BF6 Medium Orchid

📋 copy color: '#CB3BF6'

red 203 ◦ green 59 ◦ blue 246

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

Shades of Medium Orchid #CB3BF6

Tints of Medium Orchid #CB3BF6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.61%

 BLUE value IS 246 (96.48% from 255) = 48.43%

R = 39.96%
G = 11.61%
B = 48.43%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB3BF6 (or 0xCB3BF6) is known color: Medium Orchid. HEX triplet: CB, 3B and F6. RGB value is (203,59,246). Sum of RGB (Red+Green+Blue) = 203+59+246=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB3BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3BF6 is #34C409. Grayscale: #7A7A7A. Windows color (decimal): -3458058 or 16137163. OLE color: 16137163.

HSL color Cylindrical-coordinate representation of color #CB3BF6: hue angle of 286.2º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3BF6 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 59 246 -
CMYK 0.17 0.76 0 0.04
HSL 286.2º 0.91% 0.6% -
HSV(B) 286.2º 0.76% 0.96% -
XYZ 42.83 22.48 89.27 -
YUV 123.37 197.21 184.79 -
System Red Green Blue C M Y K H S L
Decimal 203 59 246 0.17 0.76 0 0.04 286.2 0.91 0.6
Hex CB 3B F6 11 4C 0 4 11E 5B 3C
Octal 313 73 366 21 114 0 4 436 133 74
Binary 11001011 111011 11110110 10001 1001100 0 100 100011110 1011011 111100

Color Harmonies of #CB3BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3BF6

Black with #CB3BF6

Text Example


Text Example

White with #CB3BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3BF6; }

 p { color: rgb(203,59,246); }

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

background-color css

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

 a { background-color: rgb(203,59,246); }

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

border-color css

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

 span { border-color: rgb(203,59,246); }

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