Html Css Color HEX #CB52F6 Medium Orchid

📋 copy color: '#CB52F6'

red 203 ◦ green 82 ◦ blue 246

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

Shades of Medium Orchid #CB52F6

Tints of Medium Orchid #CB52F6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.44%

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

R = 38.23%
G = 15.44%
B = 46.33%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB52F6 (or 0xCB52F6) is known color: Medium Orchid. HEX triplet: CB, 52 and F6. RGB value is (203,82,246). Sum of RGB (Red+Green+Blue) = 203+82+246=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB52F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB52F6 is #34AD09. Grayscale: #888888. Windows color (decimal): -3452170 or 16143051. OLE color: 16143051.

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

Color convert

RGB 203 82 246 -
CMYK 0.17 0.67 0 0.04
HSL 284.27º 0.9% 0.64% -
HSV(B) 284.27º 0.67% 0.96% -
XYZ 44.28 25.38 89.75 -
YUV 136.88 189.59 175.16 -
System Red Green Blue C M Y K H S L
Decimal 203 82 246 0.17 0.67 0 0.04 284.27 0.9 0.64
Hex CB 52 F6 11 43 0 4 11C 5A 40
Octal 313 122 366 21 103 0 4 434 132 100
Binary 11001011 1010010 11110110 10001 1000011 0 100 100011100 1011010 1000000

Color Harmonies of #CB52F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52F6

Black with #CB52F6

Text Example


Text Example

White with #CB52F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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