Html Css Color HEX #CB54F4 Medium Orchid

📋 copy color: '#CB54F4'

red 203 ◦ green 84 ◦ blue 244

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

Shades of Medium Orchid #CB54F4

Tints of Medium Orchid #CB54F4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.82%

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

R = 38.23%
G = 15.82%
B = 45.95%

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

#CB54F4 (or 0xCB54F4) is known color: Medium Orchid. HEX triplet: CB, 54 and F4. RGB value is (203,84,244). Sum of RGB (Red+Green+Blue) = 203+84+244=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB54F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB54F4 is #34AB0B. Grayscale: #898989. Windows color (decimal): -3451660 or 16012491. OLE color: 16012491.

HSL color Cylindrical-coordinate representation of color #CB54F4: hue angle of 284.62º 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 #CB54F4 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 84 244 -
CMYK 0.17 0.66 0 0.04
HSL 284.63º 0.88% 0.64% -
HSV(B) 284.63º 0.66% 0.96% -
XYZ 44.13 25.57 88.2 -
YUV 137.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 203 84 244 0.17 0.66 0 0.04 284.63 0.88 0.64
Hex CB 54 F4 11 42 0 4 11D 58 40
Octal 313 124 364 21 102 0 4 435 130 100
Binary 11001011 1010100 11110100 10001 1000010 0 100 100011101 1011000 1000000

Color Harmonies of #CB54F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB54F4

Black with #CB54F4

Text Example


Text Example

White with #CB54F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB54F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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