Html Css Color HEX #CB45D7 Medium Orchid

📋 copy color: '#CB45D7'

red 203 ◦ green 69 ◦ blue 215

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

Shades of Medium Orchid #CB45D7

Tints of Medium Orchid #CB45D7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.17%

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

R = 41.68%
G = 14.17%
B = 44.15%

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

#CB45D7 (or 0xCB45D7) is known color: Medium Orchid. HEX triplet: CB, 45 and D7. RGB value is (203,69,215). Sum of RGB (Red+Green+Blue) = 203+69+215=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 69 (27.34% from 255 or 14.17% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB45D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45D7 is #34BA28. Grayscale: #7D7D7D. Windows color (decimal): -3455529 or 14108107. OLE color: 14108107.

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

Color convert

RGB 203 69 215 -
CMYK 0.06 0.68 0 0.16
HSL 295.07º 0.65% 0.56% -
HSV(B) 295.07º 0.68% 0.84% -
XYZ 39.02 21.86 66.45 -
YUV 125.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 203 69 215 0.06 0.68 0 0.16 295.07 0.65 0.56
Hex CB 45 D7 6 44 0 10 127 41 38
Octal 313 105 327 6 104 0 20 447 101 70
Binary 11001011 1000101 11010111 110 1000100 0 10000 100100111 1000001 111000

Color Harmonies of #CB45D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB45D7

Black with #CB45D7

Text Example


Text Example

White with #CB45D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB45D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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