Html Css Color HEX #CB38F3 Medium Orchid

📋 copy color: '#CB38F3'

red 203 ◦ green 56 ◦ blue 243

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

Shades of Medium Orchid #CB38F3

Tints of Medium Orchid #CB38F3

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.16%

 BLUE value IS 243 (95.31% from 255) = 48.41%

R = 40.44%
G = 11.16%
B = 48.41%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB38F3 (or 0xCB38F3) is known color: Medium Orchid. HEX triplet: CB, 38 and F3. RGB value is (203,56,243). Sum of RGB (Red+Green+Blue) = 203+56+243=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB38F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38F3 is #34C70C. Grayscale: #787878. Windows color (decimal): -3458829 or 15939787. OLE color: 15939787.

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

Color convert

RGB 203 56 243 -
CMYK 0.16 0.77 0 0.05
HSL 287.17º 0.89% 0.59% -
HSV(B) 287.17º 0.77% 0.95% -
XYZ 42.22 22 86.81 -
YUV 121.27 196.7 186.29 -
System Red Green Blue C M Y K H S L
Decimal 203 56 243 0.16 0.77 0 0.05 287.17 0.89 0.59
Hex CB 38 F3 10 4D 0 5 11F 59 3B
Octal 313 70 363 20 115 0 5 437 131 73
Binary 11001011 111000 11110011 10000 1001101 0 101 100011111 1011001 111011

Color Harmonies of #CB38F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38F3

Black with #CB38F3

Text Example


Text Example

White with #CB38F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38F3; }

 p { color: rgb(203,56,243); }

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

background-color css

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

 a { background-color: rgb(203,56,243); }

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

border-color css

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

 span { border-color: rgb(203,56,243); }

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