Html Css Color HEX #CB38F0 Medium Orchid

📋 copy color: '#CB38F0'

red 203 ◦ green 56 ◦ blue 240

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

Shades of Medium Orchid #CB38F0

Tints of Medium Orchid #CB38F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 40.68%
G = 11.22%
B = 48.1%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB38F0 (or 0xCB38F0) is known color: Medium Orchid. HEX triplet: CB, 38 and F0. RGB value is (203,56,240). Sum of RGB (Red+Green+Blue) = 203+56+240=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB38F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38F0 is #34C70F. Grayscale: #787878. Windows color (decimal): -3458832 or 15743179. OLE color: 15743179.

HSL color Cylindrical-coordinate representation of color #CB38F0: hue angle of 287.93º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB38F0 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 56 240 -
CMYK 0.15 0.77 0 0.06
HSL 287.93º 0.86% 0.58% -
HSV(B) 287.93º 0.77% 0.94% -
XYZ 41.77 21.82 84.45 -
YUV 120.93 195.2 186.54 -
System Red Green Blue C M Y K H S L
Decimal 203 56 240 0.15 0.77 0 0.06 287.93 0.86 0.58
Hex CB 38 F0 F 4D 0 6 120 56 3A
Octal 313 70 360 17 115 0 6 440 126 72
Binary 11001011 111000 11110000 1111 1001101 0 110 100100000 1010110 111010

Color Harmonies of #CB38F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38F0

Black with #CB38F0

Text Example


Text Example

White with #CB38F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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