Html Css Color HEX #CB36F9 Medium Orchid

📋 copy color: '#CB36F9'

red 203 ◦ green 54 ◦ blue 249

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

Shades of Medium Orchid #CB36F9

Tints of Medium Orchid #CB36F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 40.12%
G = 10.67%
B = 49.21%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB36F9 (or 0xCB36F9) is known color: Medium Orchid. HEX triplet: CB, 36 and F9. RGB value is (203,54,249). Sum of RGB (Red+Green+Blue) = 203+54+249=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 54 (21.48% from 255 or 10.67% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB36F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB36F9 is #34C906. Grayscale: #787878. Windows color (decimal): -3459335 or 16332491. OLE color: 16332491.

HSL color Cylindrical-coordinate representation of color #CB36F9: hue angle of 285.85º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB36F9 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 54 249 -
CMYK 0.18 0.78 0 0.02
HSL 285.85º 0.94% 0.59% -
HSV(B) 285.85º 0.78% 0.98% -
XYZ 43.05 22.17 91.63 -
YUV 120.78 200.36 186.64 -
System Red Green Blue C M Y K H S L
Decimal 203 54 249 0.18 0.78 0 0.02 285.85 0.94 0.59
Hex CB 36 F9 12 4E 0 2 11E 5E 3B
Octal 313 66 371 22 116 0 2 436 136 73
Binary 11001011 110110 11111001 10010 1001110 0 10 100011110 1011110 111011

Color Harmonies of #CB36F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB36F9

Black with #CB36F9

Text Example


Text Example

White with #CB36F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB36F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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