Html Css Color HEX #CB53F2 Medium Orchid

📋 copy color: '#CB53F2'

red 203 ◦ green 83 ◦ blue 242

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

Shades of Medium Orchid #CB53F2

Tints of Medium Orchid #CB53F2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.72%

 BLUE value IS 242 (94.92% from 255) = 45.83%

R = 38.45%
G = 15.72%
B = 45.83%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB53F2 (or 0xCB53F2) is known color: Medium Orchid. HEX triplet: CB, 53 and F2. RGB value is (203,83,242). Sum of RGB (Red+Green+Blue) = 203+83+242=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB53F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB53F2 is #34AC0D. Grayscale: #888888. Windows color (decimal): -3451918 or 15881163. OLE color: 15881163.

HSL color Cylindrical-coordinate representation of color #CB53F2: hue angle of 285.28º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB53F2 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 83 242 -
CMYK 0.16 0.66 0 0.05
HSL 285.28º 0.86% 0.64% -
HSV(B) 285.28º 0.66% 0.95% -
XYZ 43.75 25.29 86.58 -
YUV 137.01 187.26 175.07 -
System Red Green Blue C M Y K H S L
Decimal 203 83 242 0.16 0.66 0 0.05 285.28 0.86 0.64
Hex CB 53 F2 10 42 0 5 11D 56 40
Octal 313 123 362 20 102 0 5 435 126 100
Binary 11001011 1010011 11110010 10000 1000010 0 101 100011101 1010110 1000000

Color Harmonies of #CB53F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB53F2

Black with #CB53F2

Text Example


Text Example

White with #CB53F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB53F2; }

 p { color: rgb(203,83,242); }

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

background-color css

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

 a { background-color: rgb(203,83,242); }

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

border-color css

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

 span { border-color: rgb(203,83,242); }

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