Html Css Color HEX #CB2FD6 Medium Orchid

📋 copy color: '#CB2FD6'

red 203 ◦ green 47 ◦ blue 214

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

Shades of Medium Orchid #CB2FD6

Tints of Medium Orchid #CB2FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.12%

R = 43.75%
G = 10.13%
B = 46.12%

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

#CB2FD6 (or 0xCB2FD6) is known color: Medium Orchid. HEX triplet: CB, 2F and D6. RGB value is (203,47,214). Sum of RGB (Red+Green+Blue) = 203+47+214=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB2FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FD6 is #34D029. Grayscale: #707070. Windows color (decimal): -3461162 or 14036939. OLE color: 14036939.

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

Color convert

RGB 203 47 214 -
CMYK 0.05 0.78 0 0.16
HSL 296.05º 0.67% 0.51% -
HSV(B) 296.05º 0.78% 0.84% -
XYZ 37.78 19.58 65.41 -
YUV 112.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 203 47 214 0.05 0.78 0 0.16 296.05 0.67 0.51
Hex CB 2F D6 5 4E 0 10 128 43 33
Octal 313 57 326 5 116 0 20 450 103 63
Binary 11001011 101111 11010110 101 1001110 0 10000 100101000 1000011 110011

Color Harmonies of #CB2FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FD6

Black with #CB2FD6

Text Example


Text Example

White with #CB2FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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