Html Css Color HEX #CB33F6 Medium Orchid

📋 copy color: '#CB33F6'

red 203 ◦ green 51 ◦ blue 246

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

Shades of Medium Orchid #CB33F6

Tints of Medium Orchid #CB33F6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.2%

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

R = 40.6%
G = 10.2%
B = 49.2%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB33F6 (or 0xCB33F6) is known color: Medium Orchid. HEX triplet: CB, 33 and F6. RGB value is (203,51,246). Sum of RGB (Red+Green+Blue) = 203+51+246=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 51 (20.31% from 255 or 10.2% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB33F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33F6 is #34CC09. Grayscale: #767676. Windows color (decimal): -3460106 or 16135115. OLE color: 16135115.

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

Color convert

RGB 203 51 246 -
CMYK 0.17 0.79 0 0.04
HSL 286.77º 0.92% 0.58% -
HSV(B) 286.77º 0.79% 0.96% -
XYZ 42.45 21.72 89.14 -
YUV 118.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 203 51 246 0.17 0.79 0 0.04 286.77 0.92 0.58
Hex CB 33 F6 11 4F 0 4 11F 5C 3A
Octal 313 63 366 21 117 0 4 437 134 72
Binary 11001011 110011 11110110 10001 1001111 0 100 100011111 1011100 111010

Color Harmonies of #CB33F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB33F6

Black with #CB33F6

Text Example


Text Example

White with #CB33F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB33F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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