Html Css Color HEX #CB36FD Medium Orchid

📋 copy color: '#CB36FD'

red 203 ◦ green 54 ◦ blue 253

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

Shades of Medium Orchid #CB36FD

Tints of Medium Orchid #CB36FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.59%

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 39.8%
G = 10.59%
B = 49.61%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB36FD (or 0xCB36FD) is known color: Medium Orchid. HEX triplet: CB, 36 and FD. RGB value is (203,54,253). Sum of RGB (Red+Green+Blue) = 203+54+253=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 54 (21.48% from 255 or 10.59% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB36FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB36FD is #34C902. Grayscale: #787878. Windows color (decimal): -3459331 or 16594635. OLE color: 16594635.

HSL color Cylindrical-coordinate representation of color #CB36FD: hue angle of 284.92º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB36FD is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 54 253 -
CMYK 0.20 0.79 0 0.01
HSL 284.92º 0.98% 0.6% -
HSV(B) 284.92º 0.79% 0.99% -
XYZ 43.68 22.43 94.96 -
YUV 121.24 202.36 186.32 -
System Red Green Blue C M Y K H S L
Decimal 203 54 253 0.20 0.79 0 0.01 284.92 0.98 0.6
Hex CB 36 FD 14 4F 0 1 11D 62 3C
Octal 313 66 375 24 117 0 1 435 142 74
Binary 11001011 110110 11111101 10100 1001111 0 1 100011101 1100010 111100

Color Harmonies of #CB36FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB36FD

Black with #CB36FD

Text Example


Text Example

White with #CB36FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB36FD; }

 p { color: rgb(203,54,253); }

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

background-color css

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

 a { background-color: rgb(203,54,253); }

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

border-color css

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

 span { border-color: rgb(203,54,253); }

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