Html Css Color HEX #CB2FEB Medium Orchid

📋 copy color: '#CB2FEB'

red 203 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #CB2FEB

Tints of Medium Orchid #CB2FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 41.86%
G = 9.69%
B = 48.45%

CMYK

 C value IS 0.14

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB2FEB (or 0xCB2FEB) is known color: Medium Orchid. HEX triplet: CB, 2F and EB. RGB value is (203,47,235). Sum of RGB (Red+Green+Blue) = 203+47+235=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB2FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FEB is #34D014. Grayscale: #727272. Windows color (decimal): -3461141 or 15413195. OLE color: 15413195.

HSL color Cylindrical-coordinate representation of color #CB2FEB: hue angle of 289.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2FEB is Cyan = 0.14, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 47 235 -
CMYK 0.14 0.8 0 0.08
HSL 289.79º 0.82% 0.55% -
HSV(B) 289.79º 0.8% 0.92% -
XYZ 40.64 20.73 80.46 -
YUV 115.08 195.68 190.71 -
System Red Green Blue C M Y K H S L
Decimal 203 47 235 0.14 0.8 0 0.08 289.79 0.82 0.55
Hex CB 2F EB E 50 0 8 122 52 37
Octal 313 57 353 16 120 0 10 442 122 67
Binary 11001011 101111 11101011 1110 1010000 0 1000 100100010 1010010 110111

Color Harmonies of #CB2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FEB

Black with #CB2FEB

Text Example


Text Example

White with #CB2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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