Html Css Color HEX #CB2FE2 Medium Orchid

📋 copy color: '#CB2FE2'

red 203 ◦ green 47 ◦ blue 226

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

Shades of Medium Orchid #CB2FE2

Tints of Medium Orchid #CB2FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.48%

R = 42.65%
G = 9.87%
B = 47.48%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB2FE2 (or 0xCB2FE2) is known color: Medium Orchid. HEX triplet: CB, 2F and E2. RGB value is (203,47,226). Sum of RGB (Red+Green+Blue) = 203+47+226=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB2FE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FE2 is #34D01D. Grayscale: #717171. Windows color (decimal): -3461150 or 14823371. OLE color: 14823371.

HSL color Cylindrical-coordinate representation of color #CB2FE2: hue angle of 292.29º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2FE2 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 47 226 -
CMYK 0.10 0.79 0 0.11
HSL 292.29º 0.76% 0.54% -
HSV(B) 292.29º 0.79% 0.89% -
XYZ 39.37 20.22 73.78 -
YUV 114.05 191.18 191.45 -
System Red Green Blue C M Y K H S L
Decimal 203 47 226 0.10 0.79 0 0.11 292.29 0.76 0.54
Hex CB 2F E2 A 4F 0 B 124 4C 36
Octal 313 57 342 12 117 0 13 444 114 66
Binary 11001011 101111 11100010 1010 1001111 0 1011 100100100 1001100 110110

Color Harmonies of #CB2FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FE2

Black with #CB2FE2

Text Example


Text Example

White with #CB2FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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