Html Css Color HEX #CB38E7 Medium Orchid

📋 copy color: '#CB38E7'

red 203 ◦ green 56 ◦ blue 231

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

Shades of Medium Orchid #CB38E7

Tints of Medium Orchid #CB38E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 41.43%
G = 11.43%
B = 47.14%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB38E7 (or 0xCB38E7) is known color: Medium Orchid. HEX triplet: CB, 38 and E7. RGB value is (203,56,231). Sum of RGB (Red+Green+Blue) = 203+56+231=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB38E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38E7 is #34C718. Grayscale: #777777. Windows color (decimal): -3458841 or 15153355. OLE color: 15153355.

HSL color Cylindrical-coordinate representation of color #CB38E7: hue angle of 290.4º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB38E7 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 56 231 -
CMYK 0.12 0.76 0 0.09
HSL 290.4º 0.78% 0.56% -
HSV(B) 290.4º 0.76% 0.91% -
XYZ 40.47 21.29 77.58 -
YUV 119.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 203 56 231 0.12 0.76 0 0.09 290.4 0.78 0.56
Hex CB 38 E7 C 4C 0 9 122 4E 38
Octal 313 70 347 14 114 0 11 442 116 70
Binary 11001011 111000 11100111 1100 1001100 0 1001 100100010 1001110 111000

Color Harmonies of #CB38E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38E7

Black with #CB38E7

Text Example


Text Example

White with #CB38E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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