Html Css Color HEX #CB38DF Medium Orchid

📋 copy color: '#CB38DF'

red 203 ◦ green 56 ◦ blue 223

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

Shades of Medium Orchid #CB38DF

Tints of Medium Orchid #CB38DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 42.12%
G = 11.62%
B = 46.27%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB38DF (or 0xCB38DF) is known color: Medium Orchid. HEX triplet: CB, 38 and DF. RGB value is (203,56,223). Sum of RGB (Red+Green+Blue) = 203+56+223=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB38DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38DF is #34C720. Grayscale: #767676. Windows color (decimal): -3458849 or 14629067. OLE color: 14629067.

HSL color Cylindrical-coordinate representation of color #CB38DF: hue angle of 292.81º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB38DF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 56 223 -
CMYK 0.09 0.75 0 0.13
HSL 292.81º 0.72% 0.55% -
HSV(B) 292.81º 0.75% 0.87% -
XYZ 39.36 20.85 71.76 -
YUV 118.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 203 56 223 0.09 0.75 0 0.13 292.81 0.72 0.55
Hex CB 38 DF 9 4B 0 D 125 48 37
Octal 313 70 337 11 113 0 15 445 110 67
Binary 11001011 111000 11011111 1001 1001011 0 1101 100100101 1001000 110111

Color Harmonies of #CB38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38DF

Black with #CB38DF

Text Example


Text Example

White with #CB38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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