Html Css Color HEX #CB44D7 Medium Orchid

📋 copy color: '#CB44D7'

red 203 ◦ green 68 ◦ blue 215

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

Shades of Medium Orchid #CB44D7

Tints of Medium Orchid #CB44D7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.99%

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 41.77%
G = 13.99%
B = 44.24%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB44D7 (or 0xCB44D7) is known color: Medium Orchid. HEX triplet: CB, 44 and D7. RGB value is (203,68,215). Sum of RGB (Red+Green+Blue) = 203+68+215=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB44D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44D7 is #34BB28. Grayscale: #7C7C7C. Windows color (decimal): -3455785 or 14107851. OLE color: 14107851.

HSL color Cylindrical-coordinate representation of color #CB44D7: hue angle of 295.1º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB44D7 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 68 215 -
CMYK 0.06 0.68 0 0.16
HSL 295.1º 0.65% 0.55% -
HSV(B) 295.1º 0.68% 0.84% -
XYZ 38.96 21.74 66.43 -
YUV 125.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 203 68 215 0.06 0.68 0 0.16 295.1 0.65 0.55
Hex CB 44 D7 6 44 0 10 127 41 37
Octal 313 104 327 6 104 0 20 447 101 67
Binary 11001011 1000100 11010111 110 1000100 0 10000 100100111 1000001 110111

Color Harmonies of #CB44D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB44D7

Black with #CB44D7

Text Example


Text Example

White with #CB44D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB44D7; }

 p { color: rgb(203,68,215); }

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

background-color css

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

 a { background-color: rgb(203,68,215); }

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

border-color css

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

 span { border-color: rgb(203,68,215); }

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