Html Css Color HEX #CB2FD5 Medium Orchid

📋 copy color: '#CB2FD5'

red 203 ◦ green 47 ◦ blue 213

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

Shades of Medium Orchid #CB2FD5

Tints of Medium Orchid #CB2FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46%

R = 43.84%
G = 10.15%
B = 46%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB2FD5 (or 0xCB2FD5) is known color: Medium Orchid. HEX triplet: CB, 2F and D5. RGB value is (203,47,213). Sum of RGB (Red+Green+Blue) = 203+47+213=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB2FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FD5 is #34D02A. Grayscale: #707070. Windows color (decimal): -3461163 or 13971403. OLE color: 13971403.

HSL color Cylindrical-coordinate representation of color #CB2FD5: hue angle of 296.39º degrees, saturation: 0.66, 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 #CB2FD5 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 47 213 -
CMYK 0.05 0.78 0 0.16
HSL 296.39º 0.66% 0.51% -
HSV(B) 296.39º 0.78% 0.84% -
XYZ 37.66 19.53 64.74 -
YUV 112.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 203 47 213 0.05 0.78 0 0.16 296.39 0.66 0.51
Hex CB 2F D5 5 4E 0 10 128 42 33
Octal 313 57 325 5 116 0 20 450 102 63
Binary 11001011 101111 11010101 101 1001110 0 10000 100101000 1000010 110011

Color Harmonies of #CB2FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FD5

Black with #CB2FD5

Text Example


Text Example

White with #CB2FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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