Html Css Color HEX #CB52F4 Medium Orchid

📋 copy color: '#CB52F4'

red 203 ◦ green 82 ◦ blue 244

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

Shades of Medium Orchid #CB52F4

Tints of Medium Orchid #CB52F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.12%

R = 38.37%
G = 15.5%
B = 46.12%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB52F4 (or 0xCB52F4) is known color: Medium Orchid. HEX triplet: CB, 52 and F4. RGB value is (203,82,244). Sum of RGB (Red+Green+Blue) = 203+82+244=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB52F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB52F4 is #34AD0B. Grayscale: #888888. Windows color (decimal): -3452172 or 16011979. OLE color: 16011979.

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

Color convert

RGB 203 82 244 -
CMYK 0.17 0.66 0 0.04
HSL 284.81º 0.88% 0.64% -
HSV(B) 284.81º 0.66% 0.96% -
XYZ 43.98 25.26 88.15 -
YUV 136.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 203 82 244 0.17 0.66 0 0.04 284.81 0.88 0.64
Hex CB 52 F4 11 42 0 4 11D 58 40
Octal 313 122 364 21 102 0 4 435 130 100
Binary 11001011 1010010 11110100 10001 1000010 0 100 100011101 1011000 1000000

Color Harmonies of #CB52F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52F4

Black with #CB52F4

Text Example


Text Example

White with #CB52F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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