Html Css Color HEX #CB2FD7 Medium Orchid

📋 copy color: '#CB2FD7'

red 203 ◦ green 47 ◦ blue 215

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

Shades of Medium Orchid #CB2FD7

Tints of Medium Orchid #CB2FD7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.11%

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

R = 43.66%
G = 10.11%
B = 46.24%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB2FD7 (or 0xCB2FD7) is known color: Medium Orchid. HEX triplet: CB, 2F and D7. RGB value is (203,47,215). Sum of RGB (Red+Green+Blue) = 203+47+215=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB2FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FD7 is #34D028. Grayscale: #707070. Windows color (decimal): -3461161 or 14102475. OLE color: 14102475.

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

Color convert

RGB 203 47 215 -
CMYK 0.06 0.78 0 0.16
HSL 295.71º 0.68% 0.51% -
HSV(B) 295.71º 0.78% 0.84% -
XYZ 37.91 19.64 66.08 -
YUV 112.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 203 47 215 0.06 0.78 0 0.16 295.71 0.68 0.51
Hex CB 2F D7 6 4E 0 10 128 44 33
Octal 313 57 327 6 116 0 20 450 104 63
Binary 11001011 101111 11010111 110 1001110 0 10000 100101000 1000100 110011

Color Harmonies of #CB2FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FD7

Black with #CB2FD7

Text Example


Text Example

White with #CB2FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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